no ip6 for unbound
This commit is contained in:
parent
e1f6519377
commit
9c88eb772e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
localControlSocketPath = "/var/lib/unbound/control.sock";
|
localControlSocketPath = "/var/lib/unbound/control.sock";
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
|
do-ip6 = "no";
|
||||||
qname-minimisation = "yes";
|
qname-minimisation = "yes";
|
||||||
interface = [ "end0" ];
|
interface = [ "end0" ];
|
||||||
access-control = [ "10.0.0.0/8 allow" "fc::/7 allow" ];
|
access-control = [ "10.0.0.0/8 allow" "fc::/7 allow" ];
|
||||||
|
|
Loading…
Reference in a new issue