Files
bind9-docker/named.conf
T

19 lines
408 B
Plaintext

// This is the primary configuration file for the BIND DNS server named.
options {
directory "/var/cache/bind";
dnssec-validation auto;
listen-on-v6 { any; };
};
logging {
channel default_log {
file "/var/log/bind/default.log" versions 3 size 20m;
print-time yes;
print-category yes;
print-severity yes;
severity info;
};
category default { default_log; };
category unmatched { null; };
};