New root keys (from package update?)
[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 zone "dehnert.arctic.org" IN {
16         type master;
17         file "/etc/bind/pri/combined-dehnerts.zone";
18         allow-update { none; };
19         allow-transfer { localhost;  207.29.250.54; 18.181.0.36; 74.207.246.137; 66.92.29.156; 18.102.208.15; };
20         allow-query { any; };
21         notify no;
22 };
23 zone "dehnerts.com" IN {
24         type master;
25         file "/etc/bind/pri/combined-dehnerts.zone";
26         allow-update { none; };
27         allow-transfer { localhost;  207.29.250.54; 18.181.0.36; 74.207.246.137; 66.92.29.156; 18.102.208.15; };
28         allow-query { any; };
29         notify no;
30 };
31
32 logging {
33     channel query.log {
34         file "/var/log/bind/query.log" versions 10 size 100M;
35         // Set the severity to dynamic to see all the debug messages.
36         severity debug 3;
37         print-category yes;
38         print-severity yes;
39         print-time yes;
40     };
41
42     category queries { query.log; };
43 };