1
2
3
4
5
export http_proxy=http://127.0.0.1:59400                                
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,.dade.com"

59400 为自己代理端口