ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/dns/bind910/files/named.conf.in
(Generate patch)

Comparing trunk/dns/bind910/files/named.conf.in (file contents):
Revision 23553 by laffer1, Thu Oct 16 01:26:22 2014 UTC vs.
Revision 23554 by laffer1, Mon May 28 23:11:15 2018 UTC

# Line 1 | Line 1
1 < // $FreeBSD: head/dns/bind910/files/named.conf.in 369042 2014-09-23 11:22:40Z mat $
1 > // $FreeBSD: head/dns/bind910/files/named.conf.in 443607 2017-06-14 22:54:43Z mat $
2   //
3   // Refer to the named.conf(5) and named(8) man pages, and the documentation
4   // in /usr/local/share/doc/bind for more details.
# Line 93 | Line 93 | zone "." { type hint; file "%%ETCDIR%%/named.root"; };
93          the hint zone above.
94  
95          As documented at http://dns.icann.org/services/axfr/ these zones:
96 <        "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET
96 >        "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and a few others
97          are available for AXFR from these servers on IPv4 and IPv6:
98          xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org
99   */
# Line 102 | Line 102 | zone "." {
102          type slave;
103          file "%%ETCDIR%%/slave/root.slave";
104          masters {
105 <                192.5.5.241;    // F.ROOT-SERVERS.NET.
105 >                192.0.32.132;           // lax.xfr.dns.icann.org
106 >                2620:0:2d0:202::132;    // lax.xfr.dns.icann.org
107 >                192.0.47.132;           // iad.xfr.dns.icann.org
108 >                2620:0:2830:202::132;   // iad.xfr.dns.icann.org
109          };
110          notify no;
111   };
# Line 110 | Line 113 | zone "arpa" {
113          type slave;
114          file "%%ETCDIR%%/slave/arpa.slave";
115          masters {
116 <                192.5.5.241;    // F.ROOT-SERVERS.NET.
116 >                192.0.32.132;           // lax.xfr.dns.icann.org
117 >                2620:0:2d0:202::132;    // lax.xfr.dns.icann.org
118 >                192.0.47.132;           // iad.xfr.dns.icann.org
119 >                2620:0:2830:202::132;   // iad.xfr.dns.icann.org
120          };
121          notify no;
122   };
123 + zone "in-addr.arpa" {
124 +        type slave;
125 +        file "%%ETCDIR%%/slave/in-addr.arpa.slave";
126 +        masters {
127 +                192.0.32.132;           // lax.xfr.dns.icann.org
128 +                2620:0:2d0:202::132;    // lax.xfr.dns.icann.org
129 +                192.0.47.132;           // iad.xfr.dns.icann.org
130 +                2620:0:2830:202::132;   // iad.xfr.dns.icann.org
131 +        };
132 +        notify no;
133 + };
134 + zone "ip6.arpa" {
135 +        type slave;
136 +        file "%%ETCDIR%%/slave/ip6.arpa.slave";
137 +        masters {
138 +                192.0.32.132;           // lax.xfr.dns.icann.org
139 +                2620:0:2d0:202::132;    // lax.xfr.dns.icann.org
140 +                192.0.47.132;           // iad.xfr.dns.icann.org
141 +                2620:0:2830:202::132;   // iad.xfr.dns.icann.org
142 +        };
143 +        notify no;
144 + };
145   */
146  
147   /*      Serving the following zones locally will prevent any queries
# Line 232 | Line 260 | zone "113.0.203.in-addr.arpa" { type master; file "%%E
260  
261   // IPv6 Example Range for Documentation (RFCs 3849 and 6303)
262   zone "8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
235
236 // Domain Names for Documentation and Testing (BCP 32)
237 zone "test" { type master; file "%%ETCDIR%%/master/empty.db"; };
238 zone "example" { type master; file "%%ETCDIR%%/master/empty.db"; };
239 zone "invalid" { type master; file "%%ETCDIR%%/master/empty.db"; };
240 zone "example.com" { type master; file "%%ETCDIR%%/master/empty.db"; };
241 zone "example.net" { type master; file "%%ETCDIR%%/master/empty.db"; };
242 zone "example.org" { type master; file "%%ETCDIR%%/master/empty.db"; };
263  
264   // Router Benchmark Testing (RFCs 2544 and 5735)
265   zone "18.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines