On Fri, Jan 6, 2012 at 8:05 AM, Brian Hamacher <[email protected]> wrote: > I would like to configure my DNS Server to respond with A and AAAA records > when someone queries for a specific site. I don’t know if this > functionality is even available but if it is would someone mind pointing me > in the right direction to get this configured.
Just add an AAAA record that points to the corresponding IPv6 IP in the zone file where your existing A record is. hostname IN A xxx.xxx.xxx.xxx hostname IN AAAA xxxx:xxxx:xxxx:xxxx:etc -- aRDy Music and Rick Dicaire present: http://www.ardynet.com http://www.ardynet.com:9000/ardymusic.ogg.m3u _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

