13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
options {
|
|
directory "/var/cache/bind";
|
|
|
|
recursion no;
|
|
allow-transfer { none; };
|
|
|
|
allow-query { any; };
|
|
|
|
auth-nxdomain no; # conform to RFC1035
|
|
|
|
listen-on-v6 { any; };
|
|
};
|