2
votes
1answer
31 views

What are the key differences between “SSH tunnels” and “Squid reverse IPs” in regards to web page scraping and private browsing?

What are the key differences between "SSH tunnels" and "Squid reverse IPs" in regards to web page scraping and private browsing? Interested to know if there are any differences between using "SSH ...
4
votes
1answer
72 views

tproxy per user

I'm in the process of adding some parental control to my box (http filtering), but I'm something of a nOOb when it comes to network configuration :-( The box is used by the whole family (one account ...
0
votes
1answer
124 views

Squid configuration for web application

I am working on a project where my software is trying to connect a server running in public domain on some unusual port. ( I have set this server in public domain myself ). My corporate firewall does ...
0
votes
2answers
167 views

How to setup squid simplest way for safe proxy?

I have installed squid on my remote linux box and added my desktop's IP as acl lagrangian64 src XX.XX.XX.XX/32 in squid config. Also I have added lagrangian64 to the following line: http_access ...
2
votes
2answers
332 views

Transparent local proxy to many proxies

In Firefox is add-on FoxyProxy, which makes possible use many proxy with filtering URLs. I need it for any browser, but in many of them it is only possible to set one proxy server. I need a ...