aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910/files/named.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind910/files/named.conf.in')
-rw-r--r--dns/bind910/files/named.conf.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/dns/bind910/files/named.conf.in b/dns/bind910/files/named.conf.in
index 254a65f66085..2d23a6592fae 100644
--- a/dns/bind910/files/named.conf.in
+++ b/dns/bind910/files/named.conf.in
@@ -130,7 +130,7 @@ zone "in-addr.arpa" {
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
-}
+};
zone "ip6.arpa" {
type slave;
file "%%ETCDIR%%/slave/ip6.arpa.slave";
@@ -141,7 +141,7 @@ zone "ip6.arpa" {
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
-}
+};
*/
/* Serving the following zones locally will prevent any queries
@@ -261,14 +261,6 @@ zone "113.0.203.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db";
// IPv6 Example Range for Documentation (RFCs 3849 and 6303)
zone "8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
-// Domain Names for Documentation and Testing (BCP 32)
-zone "test" { type master; file "%%ETCDIR%%/master/empty.db"; };
-zone "example" { type master; file "%%ETCDIR%%/master/empty.db"; };
-zone "invalid" { type master; file "%%ETCDIR%%/master/empty.db"; };
-zone "example.com" { type master; file "%%ETCDIR%%/master/empty.db"; };
-zone "example.net" { type master; file "%%ETCDIR%%/master/empty.db"; };
-zone "example.org" { type master; file "%%ETCDIR%%/master/empty.db"; };
-
// Router Benchmark Testing (RFCs 2544 and 5735)
zone "18.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "19.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };