On Jan 24, 2011, at 3:39 PM, Marcus Kool wrote: > I did not find options to configure bind/named to ignore AAAA lookups either > so I would love to see Squid have the new option.
man named
if your running bind 9 you can force it to operate in v4 only.
named -4
OPTIONS
-4
Use IPv4 only even if the host machine is capable of IPv6. -4 and
-6 are mutually exclusive.
-6
Use IPv6 only even if the host machine is capable of IPv4. -4 and
-6 are mutually exclusive.
