Skip to content

linuxhenhao/glorytun

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • C 69.6%
  • M4 27.0%
  • Makefile 1.3%
  • Meson 1.2%
  • Shell 0.9%