使用工具,privoxy,官网: http://www.privoxy.org/

socks5 proxy设定方法: 

  autossh -CgNfD  0.0.0.0:1080 vps-lxb

 

socks5 proxy 转换成 http proxy 方法:

  sudo apt-get install privoxy

  vi /etc/privoxy/config,增加或修改以下两行:

listen-address  localhost:8118
forward-socks5   /               127.0.0.1:1080 .

  sudo service privoxy restart

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2021-09-19
  • 2022-01-22
  • 2022-02-22
  • 2021-08-11
  • 2022-12-23
相关资源
相似解决方案