]> git.evergreen-ils.org Git - contrib/pines/genasys.git/blob - templates/lvs/bind/named.conf.local-master
add Apache mutex-file configuration
[contrib/pines/genasys.git] / templates / lvs / bind / named.conf.local-master
1 //
2 // Do any local configuration here
3 //
4
5 // Consider adding the 1918 zones here, if they are not used in your
6 // organization
7 //include "/etc/bind/zones.rfc1918";
8
9 zone "domain.org" {
10         type master;
11         file "/etc/bind/domain.org-zone";
12         // allow-update { key "rndc-key"; Priv_NET.0/24; };
13         allow-transfer {
14                 127.0.0.1;
15                 _MY_IP;
16                 _LVS02_PRIVATE_IP;
17                 };
18         notify yes;
19 };
20
21 zone "_REV_PRIVATE_NET.in-addr.arpa" {
22         type master;
23         file "/etc/bind/Priv_NET-zone";
24         // allow-update { key "rndc-key"; Priv_NET.0/24; };
25         allow-transfer {
26                 127.0.0.1;
27                 _MY_IP;
28                 _LVS02_PRIVATE_IP;
29                 };
30         notify yes;
31 };