wok view bind/stuff/etc/bind/named.conf.options @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents
children
line source
1 options {
2 directory "/var/cache/bind";
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.
10 // query-source address * port 53;
12 // If your ISP provided one or more IP addresses for stable
13 // nameservers, you probably want to use them as forwarders.
14 // Uncomment the following block, and insert the addresses replacing
15 // the all-0's placeholder.
17 // forwarders {
18 // 0.0.0.0;
19 // };
21 auth-nxdomain no; # conform to RFC1035
22 listen-on-v6 { any; };
23 };