tuntox
tuntox copied to clipboard
Tunnel TCP connections over the Tox protocol
by removing the start_port and end_port the connection more often uses UDP and is much faster. with those lines i always only get TCP relayed connections.
can you also build a binary for the pi on the CI and make it available on github releases?
The work is basically done: https://github.com/abbat/tox.pkg/commit/44f27bc69be059b5d6356e5b9e71fb5aaf2b83e0
More of my various small changes, mostly incidental to reading the code. ab4fa64 implements something you mentioned left to do in a comment (use `tox_callback_friend_connection_status` instead of polling).
I wrote a few commits, that don't change very much, but are improvements. Thanks for creating `tuntox`.
Hi, I'm having some problems trying to compile for MacOS. First of all, I have almost zero experience with MacOS, I'm a Linux user and I'm trying to compile for...
Hello, It would be interesting to have a binary compiled for Windows or write to the wiki as compile for windows, especially for server mode. Thanks
It would be great if there would be a switch for the server to whitelist allowed ports, like tuntox -s 123456 -w 22 to only forward ssh port.
I transplanted it to Windows for remote connection, but found that the speed was too slow, and there were always data encryption errors, and then disconnected.