23 lines
567 B
Markdown
23 lines
567 B
Markdown
# Glorytun
|
|
|
|
Small, Simple and Stupid **TCP** VPN.
|
|
|
|
**Work In Progress:** Do not touch! This code will probably format your harddisk!
|
|
|
|
Glorytun depends on [libsodium](https://github.com/jedisct1/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 [...]
|