Hi

I have squid-3.5.2-2.el6.x86_64 on centos 6.6

I am trying to direct certain destinations from certain ip addresses


acl viaTest dstdomain .abc.com

tcp_outgoing_address 192.168.11.11 viaTEst

This works well for

www.abc.com and test.abc.com when they resolve to ipv4 addresses
but when they resolved to ipv6 it fails :(

so I tried added

dns_v4_first on

but it doesn't seem to help :(

So am i right in presuming that because the name resolution happens
first and because it goes to IPv6 it will not going out with a src of
192.168.11.11

why doesn't the ipv4 first flag work ?
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to