3.5 IPv6 DNS Operation with BIND 269
For example, in order to specify 2001:db8::1 as the source address of DNS queries sent
from the system, the following should be added:
query-source-v6 address 2001:db8::1;
Similarly, the following option specifies the IPv6 address 2001:db8::2 as the source
address for zone transfers:
transfer-source-v6 2001:db8::2;
The same notation also applies to the options notify-source-v6 and
alt-transfer-source-v6.
Server Address Specifications
In some cases, the IP address(es) of a remote DNS server must be specified in the configuration
file. For example, to perform zone transfer, the IP address(es) of the master (primary) server must
be specified in a zone-specific configuration. Both IPv4 and IPv6 addresses can be specified for
these ...