2015-11-11 14:09:27 +01:00
2015-11-03 17:12:18 +01:00
2015-12-03 18:10:55 +01:00
2015-10-22 21:49:10 +02:00
2015-11-16 16:00:33 +01:00
2015-11-16 02:06:21 +01:00

glorytun

Work In Progress: Do not touch!

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:

$ dd if=/dev/urandom of=glorytun.key bs=32 count=1
# glorytun keyfile glorytun.key [...]
Description
No description provided
Readme 620 KiB
Languages
C 73.8%
M4 17%
Shell 3.9%
Makefile 2.7%
Meson 2.6%