CentOS7でユーザー毎にプロキシを設定するメモ

2018年11月28日

設定内容
$ vim ~/.bash_profile

http_proxy="http://cft.sample.com:8080/"
HTTP_PROXY="http://cft.sample.com:8080/"
https_proxy="https://cft.sample.com:8080/"
HTTPS_PROXY="https://cft.sample.com:8080/"
ftp_proxy="ftp://cft.sample.com:8080/"
FTP_PROXY="ftp://cft.sample.com:8080/"
no_proxy=".test.local,cft1.sample.com,cft2.sample.com"

Linux

Posted by arkgame