Page 1 of 1

HTTP proxy settings for andorid source repo

Posted: Mon Aug 04, 2014 6:55 pm
by esky-sh
Ubuntu 10.04LTS + ssh + Privoxy

Code: Select all

ssh -qTfnN -D 7070 username@sshserver.com
Privoxy config.txt add forward entry:

Code: Select all

forward-socks5  / 127.0.0.1:7070 .
sometimes 127.0.0.1 will not work so one need input your real IP address on LAN.

Code: Select all

    export http_proxy="your.proxy.ip:port"  
    export https__proxy="your.proxy.ip:port"