Merge pull request #302228 from xzfc/bind-ipv6

bind: allow recursive queries from IPv6 loopback
This commit is contained in:
Florian Klink 2024-04-08 18:35:18 +03:00 committed by GitHub
commit 1dab5d7c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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