no ip6 for unbound

This commit is contained in:
Chris Dombroski 2024-07-15 15:34:07 -04:00
parent e1f6519377
commit 9c88eb772e

View file

@ -45,6 +45,7 @@
localControlSocketPath = "/var/lib/unbound/control.sock";
settings = {
server = {
do-ip6 = "no";
qname-minimisation = "yes";
interface = [ "end0" ];
access-control = [ "10.0.0.0/8 allow" "fc::/7 allow" ];