Is there a way to configure squid 3.5.1 to use TCP for DNS lookups?
I've setup up the proxy server to use TCP for lookups by adding "options tcp" to my /etc/resolv.conf, but squid seems to be doing its own thing.
Is there a way to configure squid 3.5.1 to use TCP for DNS lookups?
I've setup up the proxy server to use TCP for lookups by adding "options tcp" to my /etc/resolv.conf, but squid seems to be doing its own thing.
Use your firewall to reject (not drop) UDP packets from squid. It'll soon get the message. I do wonder why on earth you'd want to do this, though.