361c695c5cc12bb3a568f16d5a314f5c524148d7
π₁(Glorytun)=0
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 --buildtype=release 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
Languages
C
73.8%
M4
17%
Shell
3.9%
Makefile
2.7%
Meson
2.6%