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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1419410 - (hide annotations) (download)
Sun Jul 7 22:09:45 2019 UTC (4 years, 8 months ago) by guillomovitch
File size: 1029 byte(s)
- update rfc1912.zones and root.key files
- don't forget to ship root.key file

1 guillomovitch 1345740 // named.rfc1912.zones:
2     //
3 guillomovitch 1419410 // Provided by Red Hat caching-nameserver package
4 guillomovitch 1345740 //
5     // ISC BIND named zone configuration for zones recommended by
6     // RFC 1912 section 4.1 : localhost TLDs and address zones
7 guillomovitch 1419410 // and https://tools.ietf.org/html/rfc6303
8 guillomovitch 1345740 // (c)2007 R W Franks
9     //
10     // See /usr/share/doc/bind*/sample/ for example named configuration files.
11     //
12 guillomovitch 1419410 // Note: empty-zones-enable yes; option is default.
13     // If private ranges should be forwarded, add
14     // disable-empty-zone "."; into options
15     //
16 guillomovitch 1345740
17     zone "localhost.localdomain" IN {
18     type master;
19     file "named.localhost";
20     allow-update { none; };
21     };
22    
23     zone "localhost" IN {
24     type master;
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 master;
31     file "named.loopback";
32     allow-update { none; };
33     };
34    
35     zone "1.0.0.127.in-addr.arpa" IN {
36     type master;
37     file "named.loopback";
38     allow-update { none; };
39     };
40    
41     zone "0.in-addr.arpa" IN {
42     type master;
43     file "named.empty";
44     allow-update { none; };
45     };

  ViewVC Help
Powered by ViewVC 1.1.30