From 70aa5c85ea50052ef0d61755a9f06153db37f41d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 16 Nov 2015 00:42:43 +0000 Subject: Remove public view --- etc/dns/primary.conf | 17 ----------------- 1 file changed, 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"; -- cgit v1.2.3