mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
added listen on ipv6 addr
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
listen-on port 53 { any; };
|
listen-on port 53 { any; };
|
||||||
|
listen-on-v6 port 53 { any; };
|
||||||
query-source port 53;
|
query-source port 53;
|
||||||
directory "/var/named";
|
directory "/var/named";
|
||||||
dump-file "/var/named/data/cache_dump.db";
|
dump-file "/var/named/data/cache_dump.db";
|
||||||
|
|||||||
Reference in New Issue
Block a user