enable IPv6 in the options

This commit is contained in:
David Blacka 2024-06-11 15:53:41 -04:00
parent 21de98c3e5
commit 5566774c55

View File

@ -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;
};