From: Mark Wooding Date: Fri, 1 Jul 2016 20:40:09 +0000 (+0100) Subject: national.m4: Configure as an authoritative DNS server. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/02d49a713d5be5ce59a7cde9cf2a91c982b2c1e5 national.m4: Configure as an authoritative DNS server. The DNSSEC means that I don't have to trust the DNS servers, and national is geographically separated and in an entirely different AS. --- diff --git a/national.m4 b/national.m4 index 01551af..d58593a 100644 --- a/national.m4 +++ b/national.m4 @@ -33,5 +33,9 @@ allowservices inbound tcp \ allowservices inbound udp \ tripe +## Other interesting things. +dnsresolver inbound +dnsserver inbound + m4_divert(-1) ###----- That's all, folks --------------------------------------------------