diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:24:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:24:23 +0000 |
commit | 1e99b22ed2aa3bfed7ae8a7c1ca5c4bb99148a0e (patch) | |
tree | ff57125a72fceeaa526bb76fda2bcd1adfd4c20f /debian/extras/etc/named.conf.options | |
parent | Adding upstream version 1:9.16.44. (diff) | |
download | bind9-1e99b22ed2aa3bfed7ae8a7c1ca5c4bb99148a0e.tar.xz bind9-1e99b22ed2aa3bfed7ae8a7c1ca5c4bb99148a0e.zip |
Adding debian version 1:9.16.44-1~deb11u1.debian/1%9.16.44-1_deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/extras/etc/named.conf.options')
-rw-r--r-- | debian/extras/etc/named.conf.options | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/extras/etc/named.conf.options b/debian/extras/etc/named.conf.options new file mode 100644 index 0000000..4778d18 --- /dev/null +++ b/debian/extras/etc/named.conf.options @@ -0,0 +1,24 @@ +options { + directory "/var/cache/bind"; + + // If there is a firewall between you and nameservers you want + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 + + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing + // the all-0's placeholder. + + // forwarders { + // 0.0.0.0; + // }; + + //======================================================================== + // If BIND logs error messages about the root key being expired, + // you will need to update your keys. See https://www.isc.org/bind-keys + //======================================================================== + dnssec-validation auto; + + listen-on-v6 { any; }; +}; |