aboutsummaryrefslogtreecommitdiff
path: root/etc/namedb
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-08-17 04:37:02 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-08-17 04:37:02 +0000
commitf183dbca4f4bd784fb255d92925a1ac0c9efce7e (patch)
tree8a6b63e76b13cf087905456dec88dad61a20ec72 /etc/namedb
parent203ab4d0c39b8f679ff8c76beb269c53358e2707 (diff)
Notes
Diffstat (limited to 'etc/namedb')
-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 76ddafca91f7..85a26a4875ba 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"; };