/[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 1345740 - (hide annotations) (download)
Fri Dec 28 17:50:01 2018 UTC (5 years, 3 months ago) by guillomovitch
File size: 930 byte(s)
- split shared libraries in subpackages
- sync with fedora setup:
 - use /var/named/chroot and /var/named/chroot_sdb as chroot roots
 - ship chroot files and systemd units in distinct subpackages
 - use fedora setup-named-chroot script

1 guillomovitch 1345740 // named.rfc1912.zones:
2     //
3     // Provided by Mageia 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 http://www.ietf.org/internet-drafts/draft-ietf-dnsop-default-local-zones-02.txt
8     // (c)2007 R W Franks
9     //
10     // See /usr/share/doc/bind*/sample/ for example named configuration files.
11     //
12    
13     zone "localhost.localdomain" IN {
14     type master;
15     file "named.localhost";
16     allow-update { none; };
17     };
18    
19     zone "localhost" IN {
20     type master;
21     file "named.localhost";
22     allow-update { none; };
23     };
24    
25     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 {
26     type master;
27     file "named.loopback";
28     allow-update { none; };
29     };
30    
31     zone "1.0.0.127.in-addr.arpa" IN {
32     type master;
33     file "named.loopback";
34     allow-update { none; };
35     };
36    
37     zone "0.in-addr.arpa" IN {
38     type master;
39     file "named.empty";
40     allow-update { none; };
41     };
42    

  ViewVC Help
Powered by ViewVC 1.1.30