0
votes
1answer
428 views

iptables doesn't redirect http traffic to my Squid proxy!

I arranged a transparent Squid proxy which listens to port 3128 on localhost, to block some web sites. I've tested the proxy using Firefox, and it works. Then I ran this, hoping to redirect all the ...
2
votes
0answers
88 views

ProxyDroid for Linux

http://code.google.com/p/proxydroid/ https://play.google.com/store/apps/details?id=org.proxydroid I need a similar app for ubuntu/linux which acts as a "global proxy" for every TCP connection. Is ...
0
votes
0answers
370 views

Command line proxy

I'm developing a mobile application and would like to see the http traffic from it. I'd like to setup a proxy server, but the likes of Charles doesn't work (for unknown reasons). Is there a simple ...
0
votes
1answer
399 views

Internet Proxy / Usage Monitoring Server

I have a Dell PowerEdge Server and I want to make it into a whole site (location) proxy server so if anyone in the building uses our internet connection, they will have to go through this proxy to get ...
1
vote
2answers
401 views

Is there any alternatives of tsocks support HTTPS proxy?

tsocks is using LD_PRELOAD environment variable to inject into other applications. I can only access to internet via a HTTPS proxy, however tsocks only supports socks proxy. So is there any ...