1 2 3 4 5 6 7 8 9 | PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" http_proxy=127.0.0.1:8118 https_proxy=127.0.0.1:8118 ftp_proxy=127.0.0.1:8118 no_proxy="localhost,127.0.0.1,localaddress" HTTP_PROXY=127.0.0.1:8118 HTTPS_PROXY=127.0.0.1:8118 FTP_PROXY=127.0.0.1:8118 NO_PROXY="localhost,127.0.0.1,localaddress" |