1
smilezino 2015-07-30 21:02:03 +08:00 1
|
2
elden 2015-07-30 21:04:52 +08:00
export socks_proxy="ip:port"
|
3
sotilsy 2015-07-30 21:27:16 +08:00
`brew install proxychains-ng`
|
4
wohenyingyu01 OP @sotilsy ping呢,wget呢
|
5
wohenyingyu01 OP @elden 你确定
|
6
wohenyingyu01 OP @smilezino 谢谢
|
7
lyf362345 2015-07-31 00:13:25 +08:00
export http_proxy=http://127.0.0.1:8118
export https_proxy=$http_proxy export ftp_proxy=$http_proxy export rsync_proxy=$http_proxy export socks_proxy=socks://127.0.0.1:1080 export socks5_proxy=socks5://127.0.0.1:1080 用 privoxy 把 socks 转 http |