In article <[email protected]>, "Gordon A. Lang" <[email protected]> wrote:
> Making some assumptions about where your dig queries are being sent, I would > say it looks like the Squid is simply failing its DNS lookup (for whatever > reason), then the Squid system is retaining a 5 minute negative cache. If > this is true, then the question would become why does the Squid system fail > on that one lookups but (presumably) succeeds on others? The reason is that squid is requesting AAAA records, and the broken DNS server (a load balancer, probably) is responding with NXDOMAIN instead of NOERROR. Maybe there's a configuration option in squid that tells it not to try to use IPv6, so it won't request AAAA records. -- Barry Margolin Arlington, MA _______________________________________________ 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

