$ terminal setting proxy:
export http_proxy=socks5://127.0.0.1:5566
export https_proxy=$http_proxy
unset http_proxy https_proxy
$ see other proxy setting
|
|
也可以使用Mac的launchctl来启动|停止
|
|
Start
$ terminal setting proxy:
export http_proxy=socks5://127.0.0.1:5566
export https_proxy=$http_proxy
unset http_proxy https_proxy
$ see other proxy setting
|
|
|
|