From b890a67a962da7480cc17bad96012541b220d6b5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 16 Nov 2015 00:40:25 +0000 Subject: Remove public view --- etc/dns/backup.conf | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/etc/dns/backup.conf b/etc/dns/backup.conf index fd7b81d..5bc5942 100644 --- a/etc/dns/backup.conf +++ b/etc/dns/backup.conf @@ -136,25 +136,3 @@ 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 slave; - file "sec/randomdan.homeip.net.zone"; - masters { 10.10.0.3; fdc7:602:e9c5:b8f0::3; }; - }; -}; - -key updatekey { - algorithm hmac-md5; - secret "df61eb0aa23833c56751a6c8f579f695"; -}; -- cgit v1.2.3