diff options
-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"; -}; |