首页 > 技术文章 > LINUX下代理上网设置

zzyyll2 2020-10-20 10:20 原文

设置HTTP

export http_proxy=http://username:password@serverip:port

设置HTTPS

export https_proxy=http://username:password@serverip:port

设置忽略代理的

export no_proxy='a.com.cn,10.*.*.*'

 

推荐阅读