aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dns/master/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg16/dns/master/named.conf')
-rw-r--r--examples/tg16/dns/master/named.conf147
1 files changed, 147 insertions, 0 deletions
diff --git a/examples/tg16/dns/master/named.conf b/examples/tg16/dns/master/named.conf
new file mode 100644
index 0000000..4bef39c
--- /dev/null
+++ b/examples/tg16/dns/master/named.conf
@@ -0,0 +1,147 @@
+// This named.conf was generated by make-named.pl at 20160322-2330
+// The current version of make-named.pl should not overwrite this file.
+acl tg-nett { 88.92.0.0/17; 2a06:5840::/29; 185.110.148.0/22; 127.0.0.0/8; ::1; };
+acl ns-xfr { 185.110.148.2; 2a06:5841:1337::2; 185.110.149.2; 2a06:5841:149a::2; 185.110.150.0/25; 2a06:5841:150a::1/64; };
+acl ext-xfr { 193.0.0.0/22; 2001:610:240::/48; 2001:67c:2e8::/48; };
+
+options {
+ directory "/etc/bind";
+ allow-recursion { tg-nett; };
+ allow-query { any; };
+ allow-transfer { ns-xfr; };
+ recursion yes;
+ auth-nxdomain no;
+ listen-on-v6 { any; };
+ statistics-file "/etc/bind/named.rndc-stats";
+};
+
+logging {
+ category "default" { "debug"; };
+ category "general" { "debug"; };
+ category "database" { "debug"; };
+ category "security" { "debug"; "stats"; };
+ category "config" { "debug"; "stats"; };
+ category "resolver" { "debug"; "stats"; };
+ category "xfer-in" { "debug"; "stats"; };
+ category "xfer-out" { "debug"; "stats"; };
+ category "notify" { "debug"; "stats"; };
+ category "client" { "debug"; };
+ category "unmatched" { "debug"; };
+ category "network" { "debug"; };
+ category "update" { "debug"; };
+ category "queries" { "stats"; "query"; };
+ category "dispatch" { "debug"; };
+ category "dnssec" { "debug"; };
+ category "lame-servers" { "debug"; };
+
+ channel "debug" {
+ file "/etc/bind/nameddbg" versions 2 size 50m;
+ print-time yes;
+ print-category yes;
+ print-severity yes;
+ severity debug 9;
+ };
+
+ channel "stats" {
+ file "/etc/bind/namedstats" versions 2 size 50m;
+ print-time yes;
+ print-category yes;
+ print-severity yes;
+ severity debug 3;
+ };
+
+ channel "query" {
+ file "/etc/bind/namedquery" versions 2 size 500m;
+ print-time yes;
+ severity info;
+ };
+
+};
+
+key DHCP_UPDATER {
+ algorithm HMAC-MD5.SIG-ALG.REG.INT;
+ secret <removed>;
+};
+
+zone "tg16.gathering.org" {
+ type master;
+ file "tg16.gathering.org.zone";
+ notify yes;
+ allow-transfer { ns-xfr; };
+};
+
+zone "infra.tg16.gathering.org" {
+ type master;
+ file "infra.tg16.gathering.org.zone";
+ notify yes;
+ allow-transfer { ns-xfr; };
+};
+
+zone "0.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "0.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "1.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "1.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "2.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "2.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "3.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "3.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "4.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "4.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "5.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "5.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "6.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "6.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+zone "7.4.8.5.6.0.a.2.ip6.arpa" {
+ type master;
+ allow-update { key DHCP_UPDATER; };
+ notify yes;
+ file "7.4.8.5.6.0.a.2.ip6.arpa.zone";
+ allow-transfer { ns-xfr; ext-xfr; };
+};
+
+
+include "/etc/bind/named.conf.default-zones";
+include "named.reverse4.conf";
+include "named.master-include.conf";