/[packages]/cauldron/bind/current/SOURCES/named.rfc1912.zones
ViewVC logotype

Contents of /cauldron/bind/current/SOURCES/named.rfc1912.zones

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1881017 - (show annotations) (download)
Sat Aug 27 14:42:03 2022 UTC (19 months, 3 weeks ago) by guillomovitch
File size: 1034 byte(s)
new version 9.18.5
1 // named.rfc1912.zones:
2 //
3 // Provided by Red Hat caching-nameserver package
4 //
5 // ISC BIND named zone configuration for zones recommended by
6 // RFC 1912 section 4.1 : localhost TLDs and address zones
7 // and https://tools.ietf.org/html/rfc6303
8 // (c)2007 R W Franks
9 //
10 // See /usr/share/doc/bind*/sample/ for example named configuration files.
11 //
12 // Note: empty-zones-enable yes; option is default.
13 // If private ranges should be forwarded, add
14 // disable-empty-zone "."; into options
15 //
16
17 zone "localhost.localdomain" IN {
18 type primary;
19 file "named.localhost";
20 allow-update { none; };
21 };
22
23 zone "localhost" IN {
24 type primary;
25 file "named.localhost";
26 allow-update { none; };
27 };
28
29 zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
30 type primary;
31 file "named.loopback";
32 allow-update { none; };
33 };
34
35 zone "1.0.0.127.in-addr.arpa" IN {
36 type primary;
37 file "named.loopback";
38 allow-update { none; };
39 };
40
41 zone "0.in-addr.arpa" IN {
42 type primary;
43 file "named.empty";
44 allow-update { none; };
45 };

  ViewVC Help
Powered by ViewVC 1.1.30