|
|
|
|
|
by yc1010
4191 days ago
|
|
1. Buy/spinup a cheap vps (aws or digitalocean) 2. Install tinyproxy (apt-get install tinyproxy) 3. Configure it to bind to the vps public ip, set a high port, limit access to your home/work ip address or range(s) 4. Set your browser proxy to vps.ip.add.res:12345 The above is simple and effective, only downside anyone else on your ip or range you specified can use that proxy too (if they find out the ip:port and if they done steps 3 and 4 above).
You can switch off the vps when not using it (saving you money) |
|
If you have ssh access, you can set up a proxy on the remote server, and use ssh dynamic port forwarding (-D) to forward the proxy connections on your local machine.
Using this trick you can safely use any ssh capable machine as a proxy. It works like a charm.