Hello.
I have a squid proxy configured to forward all requests to an antivirus
box :

cache_peer 192.168.0.1 parent 80 0 no-query default
acl all src 0.0.0.0/0.0.0.0
never_direct allow all

I have a direct line with another enterprise of my group and all of their
servers other_domain.com are on segment 192.168.1.0
I'd like to redirect all normal trafic to the antivirus box but allow direct
connections to other_domain.com
I have tried :

acl internal dstdomain other_domain.com
always_direct allow internal
never_direct deny internal

It doesn't work.... Any idea ?
Thanks a lot

Reply via email to