slingamn/namespaced-openvpn

torified version possible?

mgaulton opened this issue · 2 comments

For some instances, I need to tor so I was reading this wiki and wonder if this could be adapted.

https://github.com/ambrop72/badvpn/wiki/Tun2socks

I would think a better technique is to create a new network namespace with no adapters, and let applications in it SOCKS to the Tor daemon over Unix domain socket only. (I think the torrc directive is SocksPort unix:/path/to/socks/port.)