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

View File

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