首页 > Windows开发 > 详细

Setting proxy for Windows CMD and Linux Terminal

时间:2019-07-26 11:44:12      阅读:109      评论:0      收藏:0      [点我收藏+]

setting proxy for Windows CMD and Linux Terminal

Linux Terminal:

set http_proxy=http://127.0.0.1:8118
set https_proxy=http://127.0.0.1:8118

set http_proxy=
set https_proxy=

more ref: Setting proxy for apt from terminal

Windows CMD:

format:

set HTTP_PROXY=http://user:password@proxy.domain.com:port

examples:

set HTTP_PROXY=http://127.0.0.1:8118
set HTTPS_PROXY=http://127.0.0.1:8118

Use Privoxy to transfer SOCKS to HTTP/HTTPS or Proxifier to manage the proxy

Setting proxy for Windows CMD and Linux Terminal

原文:https://www.cnblogs.com/sonictl/p/11248627.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!