Update kernel space check.
[carnet-upgrade.git] / files / etc / bind / named.conf.options.expect
1 options {
2         directory "/var/cache/bind";
3
4         // If there is a firewall between you and nameservers you want
5         // to talk to, you might need to uncomment the query-source
6         // directive below.  Previous versions of BIND always asked
7         // questions using port 53, but BIND 8.1 and later use an unprivileged
8         // port by default.
9
10
11         // If your ISP provided one or more IP addresses for stable 
12         // nameservers, you probably want to use them as forwarders.  
13         // Uncomment the following block, and insert the addresses replacing 
14         // the all-0's placeholder.
15
16         // forwarders {
17         //      0.0.0.0;
18         // };
19
20         auth-nxdomain no;    # conform to RFC1035
21         listen-on-v6 { any; };
22 };
23
24 # Begin update by CARNet package bind9-cn -- DO NOT DELETE THIS LINE!
25 logging {
26     category lame-servers { null; };
27 };
28 # End update by CARNet package bind9-cn -- DO NOT DELETE THIS LINE!