19 lines
513 B
Markdown
19 lines
513 B
Markdown
# π₁(Glorytun)=0
|
|
|
|
Small, Simple and Stupid VPN over [mud](https://github.com/angt/mud).
|
|
|
|
#### Build and Install
|
|
|
|
Glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4.
|
|
|
|
To build and install the latest version:
|
|
|
|
$ git clone https://github.com/angt/glorytun --recursive --branch mud
|
|
$ cd glorytun
|
|
$ ./autogen.sh
|
|
$ ./configure
|
|
$ make
|
|
# make install
|
|
|
|
For feature requests and bug reports, please create an [issue](https://github.com/angt/glorytun/issues).
|