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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1345740 by guillomovitch, Fri Dec 28 17:50:01 2018 UTC revision 1419410 by guillomovitch, Sun Jul 7 22:09:45 2019 UTC
# Line 1  Line 1 
1  // named.rfc1912.zones:  // named.rfc1912.zones:
2  //  //
3  // Provided by Mageia caching-nameserver package  // Provided by Red Hat caching-nameserver package
4  //  //
5  // ISC BIND named zone configuration for zones recommended by  // ISC BIND named zone configuration for zones recommended by
6  // RFC 1912 section 4.1 : localhost TLDs and address zones  // RFC 1912 section 4.1 : localhost TLDs and address zones
7  // and http://www.ietf.org/internet-drafts/draft-ietf-dnsop-default-local-zones-02.txt  // and https://tools.ietf.org/html/rfc6303
8  // (c)2007 R W Franks  // (c)2007 R W Franks
9  //  //
10  // See /usr/share/doc/bind*/sample/ for example named configuration files.  // 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 {  zone "localhost.localdomain" IN {
18          type master;          type master;
# Line 39  zone "0.in-addr.arpa" IN { Line 43  zone "0.in-addr.arpa" IN {
43          file "named.empty";          file "named.empty";
44          allow-update { none; };          allow-update { none; };
45  };  };
   

Legend:
Removed from v.1345740  
changed lines
  Added in v.1419410

  ViewVC Help
Powered by ViewVC 1.1.30