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 _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users