Squid Proxy: Make Outgoing Headers Anonymous
By default, Squid sends HTTP headers on every request that can give away information about your internal network. Here’s an example of these headers:
|
1
2
|
HTTP_VIA:1.1 proxyserver.local (squid/3.1.16)
HTTP_X_FORWARDED_FOR:192.168.0.123
|
That’s three pieces of information you may not want to give away: The host name…
