Have copan's DNS configuration
[sysconfig/bind.git] / named.conf.local
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 "debuntu.foo" {
10 #        type master;
11 #        file "debuntu.foo.db";
12 #        notify no;
13 #};
14
15 //added by Alex Dehnert on 2004-11-27
16 zone "dehnert.arctic.org" IN {
17         type master;
18 //      file "pri/arctic.zone";
19         file "/etc/bind/pri/combined-dehnerts.zone";
20         allow-update { none; };
21         allow-transfer { localhost;  207.29.250.54; 18.181.0.36; 74.207.246.137; };
22         allow-query { any; };
23         notify no;
24 };
25 zone "dehnerts.com" IN {
26         type master;
27 //      file "pri/dehnerts.zone";
28         file "/etc/bind/pri/combined-dehnerts.zone";
29         allow-update { none; };
30         allow-transfer { localhost;  207.29.250.54; 18.181.0.36; 74.207.246.137; };
31         allow-query { any; };
32         notify no;
33 };