personal-dns/named.conf
Knut Ahlers 16a13476c6
Allow all for recursion
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-29 09:38:19 +02:00

13 lines
208 B
Plaintext

options {
directory "/var/bind";
allow-recursion { any; };
allow-transfer { none; };
listen-on port 1053 { 127.0.0.1; };
pid-file "/var/run/named/named.pid";
};
include "/etc/bind/named.stubs";