pkgs/dns-slaves: fix allow-query address match list

This commit is contained in:
Astro 2022-01-25 01:24:03 +01:00
parent b393efecf7
commit 833803a255
1 changed files with 1 additions and 1 deletions

View File

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