国内类Linux系统添加Http代理下载文件,适合 wget curl git apt 等
export http_proxy="http://192.168.1.135:8010"
export https_proxy="http://192.168.1.135:8010"
wget git.io/wgmtu
curl google.com
export http_proxy="http://192.168.1.135:8010"
export https_proxy="http://192.168.1.135:8010"
wget git.io/wgmtu
curl google.com