I have multiple name servers set in my configuration like this: dns_nameservers 192.168.1.1 192.168.1.2
The first server is down/refusing connections which makes Squid puke when resolving addresses. It doesn't appear to even try the second server. Anyone have any ideas as to what is going on, is this a bug? If I reverse the server order like: dns_nameservers 192.168.1.2 192.168.1.1 Then it works. It seems like it's only checking the first server. Thanks!