Allow all for recursion

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-07-29 09:38:19 +02:00
parent f1e80d6183
commit 16a13476c6
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

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