[squid-users] How to hide client info?
Peng Yu
pengyu.ut at gmail.com
Sat Feb 10 15:04:39 UTC 2018
Hi,
I use squid to set a proxy. But the following output shows my local ip
address besides the squid proxy ip. Is there a way to let httpbin.org
only be aware of the squid_proxy but not my local ip?
$ http_proxy=squid_proxy:3128 wget -qO- http://httpbin.org/get
{
"args": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "identity",
"Cache-Control": "max-age=259200",
"Connection": "close",
"Host": "httpbin.org",
"User-Agent": "Wget/1.16.3 (darwin13.4.0)"
},
"origin": "<local_ip>, <ip_of_squid_proxy>",
"url": "http://httpbin.org/get"
}
--
Regards,
Peng
More information about the squid-users
mailing list