contos7 set network proxy

contos7 set network proxy

Global network proxy settings

vi /etc/profile

http代理设置:
	
	http_proxy=http:// xxx:8080
	export http_proxy

https代理设置:
	https_proxy=http:// xxx:8080
	proxy_username='root'
	proxy_password='123456'
	export https_proxy

Guess you like

Origin blog.csdn.net/Bruce_Zhang0828/article/details/102579262