-
> Interesting links I've found lately
Anonymizing Squid Proxy Traffic
Posted On Tuesday, 14 Jul 2009 By David Westerfield. Under Technology Tags: Anonymous, Configuration, Deny, Headers, Squid
For anyone using the Squid proxy server, either on Linux or Windows, these parameters will anonymize enough traffic so that websites you attempt to access will still work (such as ajax-heavy sites like Facebook), but your source IP information will still be concealed.
via off
forwarded_for off
header_access Cache-Control deny all
header_access Forwarded-For deny ... Read More
No Comments

