----- Original Message -----
From: "Boniforti Flavio" <[EMAIL PROTECTED]>
I cant understand the question....plz describe again.

If i have understood then this is the solution
This for the transparent proxy
If u want mysite.org not to server by squid but to be served directly.

iptables -t nat -A PREROUTING -i $yourethernetcard -p tcp --dport 80 -j
REDIRECT --to-port 3128 -d ! mysite.org or give the ip address of the site.


joel
To: <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 1:57 PM
Subject: [squid-users] How to avoid proxying for some sites?


> Hello all.
>
> I would like to know _how_ do I have to configure squid to tell it that
> accessing a defined site (mysite.org) doesn't have to be handled by
> squid (that is, the server on "mysite.org" should see the client's IP
> address and not squid's one).
>
> Thank you!
>


Reply via email to