pdns-recursor: allow IPv6 traffic

This commit is contained in:
Michele Guerini Rocco 2021-03-02 09:29:10 +01:00
parent 69e3bfed3b
commit 4a66f97df8
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -11,7 +11,9 @@
enable = true; enable = true;
# Configures the bit. zone # Configures the bit. zone
resolveNamecoin = true; resolveNamecoin = true;
dns.allowFrom = [ "0.0.0.0/0" ]; # Use both IPv4 and IPv6
dns.allowFrom = [ "0.0.0.0/0" "::0/0" ];
settings.local-address = [ "0.0.0.0" "::" ];
}; };
# Wrap the local recursive resolver # Wrap the local recursive resolver