diff options
-rw-r--r-- | etc/dns/primary.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index 36ca595..07a9240 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -138,23 +138,6 @@ view "internal" in { }; }; -view "public" in { - match-clients { any; }; - recursion no; - additional-from-auth no; - additional-from-cache no; - - zone "." in { - type hint; - file "/var/bind/root.cache"; - }; - - zone "randomdan.homeip.net" IN { - type master; - file "pri/randomdan.homeip.net.zone"; - }; -}; - key updatekey { algorithm hmac-md5; secret "df61eb0aa23833c56751a6c8f579f695"; |