Skip to content
/ toxvpn Public
forked from cleverca22/toxvpn

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™.

License

Notifications You must be signed in to change notification settings

taktoa/toxvpn

 
 

Repository files navigation

toxvpn

Build Status

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 enrypted tunneling.

Currently only Linux has full support.

Documentation:

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.

License

toxvpn is licensed under GPLv3. For details, look in COPYING.

About

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™.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • CMake 5.4%
  • Nix 3.2%
  • Other 1.1%