How disable IPv6 query in the DNS
How disable IPv6 query in the DNS
In the /etc/named.conf add line:
listen-on-v6 {"none";};
The listen-on-v6 option is used to specify the interfaces and the ports on which the server will listen for incoming queries sent using IPv6. default { any; }
Comments
Post a Comment