默认你本地已有可以访问404的代理
设置代理
export http_proxy="http://127.0.0.1:1086"
export https_proxy="http://127.0.0.1:1086"
export all_proxy="socks5://127.0.0.1:1086"
取消代理
unset http_proxy
unset https_proxy
unset all_proxy
默认你本地已有可以访问404的代理
设置代理
export http_proxy="http://127.0.0.1:1086"
export https_proxy="http://127.0.0.1:1086"
export all_proxy="socks5://127.0.0.1:1086"
取消代理
unset http_proxy
unset https_proxy
unset all_proxy