建配置文件 enproxy:

export proxy="https://192.168.1.182:33355"
export http_proxy=$proxy
export https_proxy=$proxy
export ftp_proxy=$proxy
export no_proxy="localhost, 127.0.0.1, ::1"

建配置文件 disproxy:

unset http_proxy
unset https_proxy
unset ftp_proxy
unset no_proxy

用时:

source enproxy

不用时:

source disproxy