Alternc  latest
Alternc logiel libre pour l'hébergement
named.conf.options
Go to the documentation of this file.
1 //
2 // AUTO GENERATED FILE
3 // Will be override by AlternC
4 // To modify, modify
5 // /etc/alternc/templates/bind/named.conf.options
6 // and launch alternc.install
7 //
8 // Bind configuration for AlternC
9 //
10 // This is mostly a non-recursive, authoritative DNS server configuration
11 options {
12  directory "/var/cache/bind";
13 
14  // forwarders {
15  // 0.0.0.0;
16  // };
17  version "Name Server Ready";
18 
19  auth-nxdomain no; # conform to RFC1035
20  allow-query { "internal"; };
21  allow-transfer { "allslaves"; "internal"; };
22  recursion no;
23 };
24 
25 acl "internal" {
26  {
27  127.0.0.1; ::1;
28  };
29 };
30 
31 // the ip of the slaves generated by alternc
32 include "/var/lib/alternc/bind/slaveip.conf";
33 
34 include "/etc/bind/rndc.key";
35 
36 // the zones generated by the users
37 include "/var/lib/alternc/bind/automatic.conf";