通过 SSH / http 代理使用 Tor

通过 SSH / http 代理使用 Tor

是否有一个程序可以帮助我通过模拟服务器 SSH 或 http(s) 代理来访问我的 socks5(Tor)。

因为 torsocks 不适用于某些网络浏览器。

连接看起来应如下:

本地主机 <--> https 代理 / SSH <--> tor <--> 互联网

答案1

sudo -s 
apt-get install privoxy 
echo "forward-socks5 / localhost:9050 ." >>/etc/privoxy/config
systemctl restart privoxy

https://wiki.archlinux.org/index.php/ELinks#Tor_usage

相关内容