A client / server for a Tox-based VPN. Run the server on one computer, copy the public key, and run the client (with that key) on another computer, and it should Just Work™.
C++
140
180 commits
updated Oct 24, 2025
toxvpn is a powerful tool that allows one to make tunneled point to point connections over Tox.
Using Tox for transport allows fast, efficient and reliable encrypted tunneling.
Currently only Linux has full support.
To run toxvpn after you compile / install it, you will need to load tun module:
# modprobe tun
After that, you can run toxvpn:
# ./toxvpn -i 192.168.127.1
After that type help to get list of commands.
Note that toxvpn instances that connect to each other need to have different IPs in order to work properly.
toxvpn is licensed under GPLv3. For details, look in COPYING.
C++
90.7%
CMake
4.6%
Nix
3.7%
A client / server for a Tox-based VPN. Run the server on one computer, copy the public key, and run the client (with that key) on another computer, and it should Just Work™.
C++
140
180 commits
updated Oct 24, 2025
toxvpn is a powerful tool that allows one to make tunneled point to point connections over Tox.
Using Tox for transport allows fast, efficient and reliable encrypted tunneling.
Currently only Linux has full support.
To run toxvpn after you compile / install it, you will need to load tun module:
# modprobe tun
After that, you can run toxvpn:
# ./toxvpn -i 192.168.127.1
After that type help to get list of commands.
Note that toxvpn instances that connect to each other need to have different IPs in order to work properly.
toxvpn is licensed under GPLv3. For details, look in COPYING.
C++
90.7%
CMake
4.6%
Nix
3.7%