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