diff --git a/nameserver.nix b/nameserver.nix index a68b19a..98682ed 100644 --- a/nameserver.nix +++ b/nameserver.nix @@ -11,7 +11,9 @@ enable = true; # Configures the bit. zone 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