Adrien Gallouët 75b2903ac2 Add unit systemd files
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2017-11-26 08:23:25 +00:00
2015-12-08 01:20:59 +01:00
2017-11-16 15:20:11 +00:00
2017-11-17 08:18:30 +00:00
2017-11-26 08:23:25 +00:00
2017-11-17 14:43:55 +00:00
2016-02-04 10:44:53 +01:00
2015-12-16 11:27:53 +01:00
2016-06-30 09:52:34 +00:00
2016-01-01 11:47:17 +01:00
2017-03-07 10:36:23 +00:00
2017-11-26 08:23:25 +00:00
2017-11-17 14:42:56 +00:00
2016-03-09 11:42:51 +00:00

Glorytun

Small, Simple and Stupid VPN over mud.

Build and Install

Glorytun depends on libsodium version >= 1.0.4.

Grab the latest release from github:

$ git clone https://github.com/angt/glorytun --recursive
$ cd glorytun

To build and install the latest version with meson:

$ meson build
$ cd build
$ ninja
# ninja install

Or with the more classical autotools suite:

$ ./autogen.sh
$ ./configure
$ make
# make install

For feature requests and bug reports, please create an issue.

Description
No description provided
Readme 620 KiB
Languages
C 73.8%
M4 17%
Shell 3.9%
Makefile 2.7%
Meson 2.6%