diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:40:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:40:25 +0000 |
commit | b890a67a962da7480cc17bad96012541b220d6b5 (patch) | |
tree | 98382f73878217f24148a83b13447ac2600f353a | |
parent | Remove cache peer (diff) | |
download | config-b890a67a962da7480cc17bad96012541b220d6b5.tar.bz2 config-b890a67a962da7480cc17bad96012541b220d6b5.tar.xz config-b890a67a962da7480cc17bad96012541b220d6b5.zip |
Remove public view
-rw-r--r-- | etc/dns/backup.conf | 22 |
1 files changed, 0 insertions, 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"; -}; |