my parent’s house and the DSL connection here provided by Digitel is pretty slow. Even if the subscribed downstream bandwidth is at 128kbs, it’s just a little bit faster tha... somehow speed things up a bit. ;)
Here’s what I did:
* Setup a Squid Proxy Server on my Linux VPS.
* Opened an SSH session from my laptop to my Linux VPS which would tunnel Squid Proxy Server connection using the command:
<code>
====== squid.conf ======
<code>nano /etc/squid/squid.conf</code>
Suche:
header_replace
Um z.B. auf Safa... ergeleitet:
<code>forwarded_for off</code>
(Default ist on)
<code>/etc/init.d/squid restart</code>