nformation - Host: localhost Port: 3128
The key configuration option here would be “-C” as this enables compression of data which hopefully would make data transfer ... , and since SSH tunnel is used, it’s very secure considering all my transactions are encrypted over the wire.
This is not only useful for making things a bit faster over slow internet connections, but you can also make use of this setup to surf the w
====== squid.conf ======
<code>nano /etc/squid/squid.conf</code>
Suche:
header_replace
Um z.B. auf Safari 1.2 zu ... ergeleitet:
<code>forwarded_for off</code>
(Default ist on)
<code>/etc/init.d/squid restart</code>