Enabled listening of IPv6 interfaces from dns::server.
This commit is contained in:
parent
aaeb20ca13
commit
b94a2e8d11
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
options {
|
options {
|
||||||
listen-on { any; };
|
listen-on { any; };
|
||||||
listen-on-v6 { none; };
|
listen-on-v6 { any; };
|
||||||
|
|
||||||
allow-query { any; };
|
allow-query { any; };
|
||||||
allow-recursion { trusted; };
|
allow-recursion { trusted; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue