tuntox icon indicating copy to clipboard operation
tuntox copied to clipboard

SOCKS5 support

Open gjedeer opened this issue 8 years ago • 5 comments

similar to -D in SSH

gjedeer avatar Jun 10 '16 08:06 gjedeer

This would be really nice to have. But you might need to use OnionV3 addresses?

emdee-is avatar Sep 26 '22 08:09 emdee-is

This is not tor, there are no onion addresses.

It's doable but a lot of work, I have half-written code for this that doesn't even compile yet, don't get too excited for this feature to be released soon.

gjedeer avatar Sep 27 '22 08:09 gjedeer

There may be onion addresses in Tox soon to help deal with the vulnerability of so few BS nodes - it makes it really easy to take down.

Do you know about onioncat:

  • https://github.com/rahra/onioncat
  • https://github.com/arrase/Onioncat-Android
  • https://www.onioncat.org/

It may help if you ran Tox over it. It's been used for years, originally to run IPV6 circuits over TorV4. As it runs over Tor it would solve the SOCKS issue!

emdee-is avatar Oct 17 '22 03:10 emdee-is

Oh, you're talking about acting as a SOCKS5 client, so tuntox can connect over tor. That's much easier to add, please open a new issue if you're interested about this. There's existing support in toxcore and I'd just have to expose it using a command line switch, or read the standard ALL_PROXY environment variable.

This ticket is about tuntox acting as a proxy server - similar to tor - and forwarding arbitrary traffic.

gjedeer avatar Oct 17 '22 10:10 gjedeer

@emdee-is and by the way, have you heard about proxychains or torsocks?

gjedeer avatar Oct 17 '22 10:10 gjedeer