diff options
author | dougb <dougb@FreeBSD.org> | 2011-02-20 00:59:39 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-02-20 00:59:39 +0000 |
commit | d2d0dfcef9790d58420cd354fbdd3055738d8797 (patch) | |
tree | 6c02705ae29397a9b0cde91906f5eb50879d6b86 /etc | |
parent | 3f3ccecc3b08fb3b95e09d05c68d983ca7784210 (diff) | |
download | FreeBSD-src-d2d0dfcef9790d58420cd354fbdd3055738d8797.zip FreeBSD-src-d2d0dfcef9790d58420cd354fbdd3055738d8797.tar.gz |
Add a note about AXFR of important zones being available from ICANN
Diffstat (limited to 'etc')
-rw-r--r-- | etc/namedb/named.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 8b9ffe7..27c30ae 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -91,6 +91,11 @@ zone "." { type hint; file "/etc/namedb/named.root"; }; To use this mechanism, uncomment the entries below, and comment the hint zone above. + + As documented at http://dns.icann.org/services/axfr/ these zones: + "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET + are availble for AXFR from these servers on IPv4 and IPv6: + xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org */ /* zone "." { |