socks5代理转http代理

apt-get install polipo
service polipo stop
polipo socksParentProxy=localhost:1080 // 把1080端口socks代理转为http代理(localhost:8123)
polipo socksParentProxy=localhost:1080 proxyAddress=192.168.11.11 // http代理到本地指定的IP(192.168.11.11)

猜你喜欢

转载自www.cnblogs.com/tao_/p/9815703.html