|
NAMEfilter-aaaa - filter AAAA in DNS responses when A is presentSYNOPSISplugin query "filter-aaaa.so" [{ parameters }];DESCRIPTIONfilter-aaaa.so is a query plugin module for named, enabling named to omit some IPv6 addresses when responding to clients.Until BIND 9.12, this feature was implemented natively in named and enabled with the filter-aaaa ACL and the filter-aaaa-on-v4 and filter-aaaa-on-v6 options. These options are now deprecated in named.conf but can be passed as parameters to the filter-aaaa.so plugin, for example: plugin query "filter-aaaa.so" { filter-aaaa-on-v4 yes; filter-aaaa-on-v6 yes; filter-aaaa { 192.0.2.1; 2001:db8:2::1; }; }; This module is intended to aid transition from IPv4 to IPv6 by withholding IPv6 addresses from DNS clients which are not connected to the IPv6 Internet, when the name being looked up has an IPv4 address available. Use of this module is not recommended unless absolutely necessary. Note: This mechanism can erroneously cause other servers not to give AAAA records to their clients. If a recursing server with both IPv6 and IPv4 network connections queries an authoritative server using this mechanism via IPv4, it is denied AAAA records even if its client is using IPv6. OPTIONS
SEE ALSOBIND 9 Administrator Reference Manual.AUTHORInternet Systems ConsortiumCOPYRIGHT2022, Internet Systems Consortium
Visit the GSP FreeBSD Man Page Interface. |