Fork me on GitHub

Linux配置代理IP

 

Linux配置代理IP:

vim /etc/profile


http_proxy=http://username:password@ip:port/
https_proxy=http://username:password@ip:port/

export http_proxy
export https_proxy


source /etc/profile
posted @ 2019-08-15 20:14  迁梦余光  阅读(2877)  评论(0编辑  收藏  举报