bundlewrap/bundles/bind/files/named.conf.options
mwiegand 609ef98ca2 wip
2021-06-26 11:02:49 +02:00

7 lines
130 B
Text

options {
directory "/var/cache/bind";
dnssec-validation auto;
listen-on-v6 { any; };
max-cache-size 20%;
querylog yes;
};