enable IPv6 in the options
This commit is contained in:
parent
21de98c3e5
commit
5566774c55
@ -6,8 +6,8 @@ options {
|
||||
lock-file "/var/cache/bind/named.lock";
|
||||
|
||||
listen-on { any; };
|
||||
listen-on-v6 { ::1; };
|
||||
listen-on-v6 { any; };
|
||||
allow-recursion { 127.0.0.1; ::1; };
|
||||
|
||||
dnssec-validation yes;
|
||||
dnssec-validation yes;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user