infra/roles/dnscommon/files/named.conf.options

13 lines
185 B
Plaintext
Raw Normal View History

2024-01-01 20:23:23 -05:00
options {
directory "/var/cache/bind";
recursion no;
allow-transfer { none; };
allow-query { any; };
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};