IPv6 configuration guide for BIND9
How can enable BIND9 to listen on IPv6
BIND9 by default does not listen on IPv6 address. You should enable it in your configuration file:
options {
listen-on-v6 { any; };
};
BIND9 by default does not listen on IPv6 address. You should enable it in your configuration file:
options {
listen-on-v6 { any; };
};