diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:42:43 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 17:18:33 +0000 |
commit | 70aa5c85ea50052ef0d61755a9f06153db37f41d (patch) | |
tree | e355d1ac2c1be23db6bd3bfbe9e09f8640ebf0f3 | |
parent | Backup individual DBs split out since pglogical (diff) | |
download | config-70aa5c85ea50052ef0d61755a9f06153db37f41d.tar.bz2 config-70aa5c85ea50052ef0d61755a9f06153db37f41d.tar.xz config-70aa5c85ea50052ef0d61755a9f06153db37f41d.zip |
Remove public view
-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"; |