使用Privoxy将socks代理转化为http代理
安装Privoxy sudo pacman -S privoxy 配置/etc/privoxy/config 比如我将socks5代理转化为http代理,我可以这样设置。 listen-address localhost:8118 forward-socks5 / 127.0.0.1:1080 . 然后privoxy /etc/privoxy/config启动
文章来源:
Author:WAYJAM
link:https://wayjam.me/posts/forward-socks-to-http-proxy/
下一篇:替换Google CDN库
上一篇:ArchLinux之软件篇