默认模式:http代理
set http_proxy=http://127.0.0.1:7008
set https_proxy=http://127.0.0.1:7008

bash模式:sock5代理
export https_proxy=socks5://127.0.0.1:1080 
export http_proxy=socks5://127.0.0.1:1080

PowerShell :http代理
$env:http_proxy=http://127.0.0.1:7008
$env:https_proxy=http://127.0.0.1:7008

检测命令:curl www.google.com




相关文章:

  • 2021-11-24
  • 2021-05-12
  • 2022-12-23
  • 2021-12-06
  • 2021-06-04
猜你喜欢
  • 2022-01-13
  • 2021-04-22
  • 2022-02-04
  • 2021-05-28
  • 2022-12-23
  • 2021-11-06
  • 2021-05-24
相关资源
相似解决方案