Enabled listening of IPv6 interfaces from dns::server.

This commit is contained in:
Timo Mkinen 2013-01-23 13:12:18 +02:00
parent aaeb20ca13
commit b94a2e8d11

View file

@ -1,7 +1,7 @@
options {
listen-on { any; };
listen-on-v6 { none; };
listen-on-v6 { any; };
allow-query { any; };
allow-recursion { trusted; };