Linux 代理配置
Linux
proxy url fromat
http://username:password@ip:port/
http://ip:port/
HTTPS_PROXY="http://username:password@ip:port/"
HTTP_PROXY="http://username:password@ip:port/"
NO_PROXY="192.168.0.141,192.168.0.0/24,localhost,127.0.0.0/8,::1"
https_proxy="http://username:password@ip:port/"
http_proxy="http://username:password@ip:port/"
no_proxy="192.168.0.141,192.168.0.0/24,localhost,127.0.0.0/8,::1"