bind: allow recursive queries from IPv6 loopback

This commit is contained in:
Albert Safin 2024-04-07 01:14:38 +00:00
parent 65191c6942
commit 9b383de757
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ in
package = mkPackageOption pkgs "bind" { };
cacheNetworks = mkOption {
default = [ "127.0.0.0/24" ];
default = [ "127.0.0.0/24" "::1/128" ];
type = types.listOf types.str;
description = lib.mdDoc ''
What networks are allowed to use us as a resolver. Note