1 // vim:set ts=4 sw=4 et:
4 directory "/var/named";
5 pid-file "/run/named/named.pid";
7 // Uncomment these to enable IPv6 connections support
8 // IPv4 will still work:
9 // listen-on-v6 { any; };
10 // Add this for no IPv4:
11 // listen-on { none; };
13 allow-recursion { 127.0.0.1; };
14 allow-transfer { none; };
15 allow-update { none; };
24 file "localhost.zone";
27 zone "0.0.127.in-addr.arpa" IN {
32 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" {
34 file "localhost.ip6.zone";
37 //zone "example.org" IN {
39 // file "example.zone";
43 // allow-query { any; };
44 // allow-transfer { any; };
49 // file "/var/log/named.log";
50 // print-category yes;
51 // print-severity yes;
54 // category xfer-in { xfer-log; };
55 // category xfer-out { xfer-log; };
56 // category notify { xfer-log; };