diff options
Diffstat (limited to 'bind/slave/named.conf')
-rw-r--r-- | bind/slave/named.conf | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/bind/slave/named.conf b/bind/slave/named.conf new file mode 100644 index 0000000..c960730 --- /dev/null +++ b/bind/slave/named.conf @@ -0,0 +1,57 @@ +// This named.conf was generated by make-named.pl at 20130327-1708 +// The current version of make-named.pl should not overwrite this file. +acl tg-nett { 151.216.0.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; 31.169.55.0/24; }; +acl ns-xfr { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::2; 151.216.124.0/24; }; +acl ripe-xfr { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::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>; +}; + +masters bootstrap { 151.216.126.2; }; + +zone "tg13.gathering.org" { + type slave; + file "slave/tg13.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "infra.tg13.gathering.org" { + type slave; + file "slave/infra.tg13.gathering.org"; + notify no; + masters { bootstrap; }; +}; + +zone "2.0.d.e.2.0.a.2.ip6.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/2.0.d.e.2.0.a.2.ip6.arpa:"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; + +include "named.conf.default-zones"; +include "named.slave-reverse4.conf"; +include "named.slave-include.conf"; + +# ekstra /24-nett fra Blix +zone "55.169.31.in-addr.arpa" { + type slave; + notify no; + masters { bootstrap; }; + file "slave/55.169.31.in-addr.arpa"; + allow-transfer { ns-xfr; ripe-xfr; }; +}; |