Files
11note-docker-bind/rootfs/bind/etc/named.conf
2023-10-04 12:02:59 +02:00

17 lines
302 B
Plaintext

options {
listen-on { any; };
directory "/bind/etc";
recursion no;
allow-notify { none; };
forwarders { 9.9.9.9; 9.9.9.10; };
version "0.0";
auth-nxdomain no;
max-cache-size 0;
dnssec-validation auto;
};
statistics-channels {
inet 0.0.0.0 port 8053;
};
server ::/0 { bogus yes; };