Hi,
Maybe you can give my AORTA program a try? AORTA does the same job as
TorSocks but makes use of some newer kernel technologies. Because the
network traffic interception is handled in kernel-space, AORTA should
be compatible with more (all?) programs than TorSocks. It is also a
much more simple
I try to use curl to get my internet IP addres with command 'torsocks
curl https://ipinfo.io/ip'
As a side note, curl supports socks5 proxies, so you could create an
alias, say turl:
alias turl='curl --proxy socks5h://127.0.0.1:9050/' # in ~/.bashrc
And then just use turl whenever you need to