added listen on ipv6 addr

This commit is contained in:
ubergeek 2018-11-23 22:08:50 -05:00
parent 9d5dff13f1
commit 354cd97f57
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { any; };
query-source port 53;
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";