Hi On Thu 07-May-2015 at 10:42:49AM +0200, Marcus Esser wrote: > > I think I made the bowser app work with the proxy. I was actually trying > to enable command line apps like wget to work via proxy and added to > /etc/environment > > http_proxy=http://192.168.112.1:800/ > https_proxy=http://192.168.112.1:800/ > ftp_proxy=http://192.168.112.1:800/ > no_proxy="localhost,127.0.0.1,192.168.0.0/16" > HTTP_PROXY=http://192.168.112.1:800/ > HTTPS_PROXY=http://192.168.112.1:800/ > FTP_PROXY=http://192.168.112.1:800/ > NO_PROXY="localhost,127.0.0.1,192.168.0.0/16"
Nice one, that means that Privoxy can be used locally (apt-get install privoxy on the phone) and it can also be set to forward to a socks proxy (for example a ssh tunnel or tor): - http://www.privoxy.org/user-manual/config.html#SOCKS I'll try to have time to play with this over the next few days and write a wiki page on how to set it up -- the inability to use a proxy or to block ads is a bit of a blocker for using the browser on the phone for me. All the best Chris -- Webarchitects Co-operative http://webarchitects.coop/ +44 114 276 9709 @webarchcoop -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

