pkgs/dns-slaves: add allow-query { all; };

This commit is contained in:
Astro 2021-10-16 00:58:13 +02:00
parent e904c12847
commit 84810697d7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ writeText "named.slave.conf" (
masters {${mastersStr} };
file "/var/lib/bind/slave/${name}.zone";
allow-notify {${mastersStr} };
allow-query { all; };
};
'') (
# public zones only