diff options
Diffstat (limited to 'examples/dns/master/named.conf')
-rw-r--r-- | examples/dns/master/named.conf | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/examples/dns/master/named.conf b/examples/dns/master/named.conf deleted file mode 100644 index 40d5754..0000000 --- a/examples/dns/master/named.conf +++ /dev/null @@ -1,53 +0,0 @@ -// This named.conf was generated by make-named.pl at 20140413-1806 -// The current version of make-named.pl should not overwrite this file. -acl tg-nett { 151.216.128.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; }; -acl ns-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 151.216.252.0/24; }; -acl ripe-xfr { 194.19.3.20; 151.216.253.2; 2a02:ed02:253::2; 151.216.254.2; 2a02:ed02:254::2; 193.0.0.0/22; }; - -options { - directory "/etc/bind"; - allow-recursion { tg-nett; }; - allow-query { any; }; - allow-transfer { ns-xfr; }; - recursion yes; - auth-nxdomain no; - listen-on-v6 { any; }; -}; - -key DHCP_UPDATER { - algorithm HMAC-MD5.SIG-ALG.REG.INT; - secret <removed>; -}; - -zone "tg14.gathering.org" { - type master; - file "tg14.gathering.org.zone"; - notify yes; - allow-transfer { ns-xfr; }; -}; - -zone "infra.tg14.gathering.org" { - type master; - file "infra.tg14.gathering.org.zone"; - notify yes; - allow-transfer { ns-xfr; }; -}; - -zone "2.0.d.e.2.0.a.2.ip6.arpa" { - type master; - allow-update { key DHCP_UPDATER; }; - notify yes; - file "2.0.d.e.2.0.a.2.ip6.arpa.zone"; - allow-transfer { ns-xfr; ripe-xfr; }; -}; - -zone "imgur.com" { - type master; - notify yes; - file "imgur.com.zone"; - allow-transfer { ns-xfr; }; -}; - -include "/etc/bind/named.conf.default-zones"; -include "named.reverse4.conf"; -include "named.master-include.conf"; |