893de45272afd8749fc692782b06d1224c2c700e
Glorytun
Small, Simple and Stupid TCP VPN.
Work In Progress: Do not touch! This code will probably format your harddisk!
Glorytun depends on libsodium version >= 1.0.4 and needs an AES-NI capable CPU.
To build and install the latest version:
$ git clone https://github.com/angt/glorytun
$ cd glorytun
$ ./autogen.sh
$ ./configure
$ make
# make install
To create and use a new secret key:
$ hexdump -n 32 /dev/urandom -e '"%X"' > glorytun.key
# glorytun keyfile glorytun.key [...]
Description
Languages
C
73.8%
M4
17%
Shell
3.9%
Makefile
2.7%
Meson
2.6%