Linux設置http代理


 

設置http/https代理:

export https_proxy="127.0.0.1:12333"

export http_proxy="127.0.0.1:12333"

如果有密碼:

export http_proxy_user=test
export http_proxy_pass=test

測試代理http/https:

curl http://www.google.com

curl https://www.google.com

取消http/https代理設置:

unset http_proxy

unset https_proxy


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM