安装

pacman -S privoxy

配置

修改/etc/privoxy/config

添加:

forward-socks5 / 127.0.0.1:1080 . #ss的代理

listen-address localhost:8118

重启

systemctl restart privoxy

PS 终端中使用代理

export http_proxy=http://127.0.0.1:8118

export https_proxy=http://127.0.0.1:8118

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注