Hi all

i have this scenario

client -> squid1 -> squid2 -> internet

what do i need to stop the xff header so pages like www.whatismyip.org doesnt 
show that header.

I dont wnat to turn off x-forward because squid2 has an icap server and it 
needs that header.   I also has tried this configuration

acl localnet 192.168.0.0/16 (and all networks i'm prety sure are local, 
including squid1 and squid2 ips)
forwarded_for on
follow_x_forwarded_for allow localnet
follow_x_forwarded_for deny all  

how ever headder is still preset

any advice?

LD

Reply via email to