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

おすすめ

転載: www.cnblogs.com/tianboblog/p/11360275.html