summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/namedb/named.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf
index 76ddafc..85a26a4 100644
--- a/etc/namedb/named.conf
+++ b/etc/namedb/named.conf
@@ -68,6 +68,12 @@ zone "." { type hint; file "named.root"; };
2. No spurious traffic will be sent from your network to the roots
3. Greater resilience to any potential root server failure/DDoS
+ On the other hand, this method requires more monitoring than the
+ hints file to be sure that an unexpected failure mode has not
+ incapacitated your server. Name servers that are serving a lot
+ of clients will benefit more from this approach than individual
+ hosts. Use with caution.
+
To use this mechanism, uncomment the entries below, and comment
the hint zone above.
*/
@@ -76,9 +82,7 @@ zone "." {
type slave;
file "slave/root.slave";
masters {
- 192.33.4.12; // C.ROOT-SERVERS.NET.
- 192.112.36.4; // G.ROOT-SERVERS.NET.
- 193.0.14.129; // K.ROOT-SERVERS.NET.
+ 192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
@@ -86,9 +90,7 @@ zone "arpa" {
type slave;
file "slave/arpa.slave";
masters {
- 192.33.4.12; // C.ROOT-SERVERS.NET.
- 192.112.36.4; // G.ROOT-SERVERS.NET.
- 193.0.14.129; // K.ROOT-SERVERS.NET.
+ 192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
@@ -96,9 +98,7 @@ zone "in-addr.arpa" {
type slave;
file "slave/in-addr.arpa.slave";
masters {
- 192.33.4.12; // C.ROOT-SERVERS.NET.
- 192.112.36.4; // G.ROOT-SERVERS.NET.
- 193.0.14.129; // K.ROOT-SERVERS.NET.
+ 192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
@@ -155,9 +155,9 @@ zone "254.169.in-addr.arpa" { type master; file "master/empty.db"; };
// TEST-NET for Documentation (RFC 3330)
zone "2.0.192.in-addr.arpa" { type master; file "master/empty.db"; };
-// Router Benchmark Testing (RFC 2544)
-zone "18.192.in-addr.arpa" { type master; file "master/empty.db"; };
-zone "19.192.in-addr.arpa" { type master; file "master/empty.db"; };
+// Router Benchmark Testing (RFC 3330)
+zone "18.198.in-addr.arpa" { type master; file "master/empty.db"; };
+zone "19.198.in-addr.arpa" { type master; file "master/empty.db"; };
// IANA Reserved - Old Class E Space
zone "240.in-addr.arpa" { type master; file "master/empty.db"; };
OpenPOWER on IntegriCloud