pdns-recursor: allow IPv6 traffic
This commit is contained in:
parent
69e3bfed3b
commit
4a66f97df8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user