使用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启动即可,这样本地端口的8118端口就是http代理端口。 除此之外privoxy还可以屏蔽网站、去广告等功能,诸位各自摸索罢。

设置Aria2代理

有些软件是不支持socks代理的,比如Aria2。 我们在启动Aria2的时候aria2c --all-proxy='http://127.0.0.1:8118' -D,就可以让Aria2走http代理了。

Aria2的其他设置

Published At
This site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Permissions beyond the scope of this license may be available at https://wayjam.me.