Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1,8 +1,12 @@
|
|||||||
# Glorytun
|
# Glorytun
|
||||||
|
|
||||||
Small, Simple and Stupid **TCP** VPN.
|
Small, Simple and Stupid TCP VPN.
|
||||||
|
|
||||||
**Work In Progress:** Do not touch! This code will probably format your harddisk!
|
#### Work In Progress
|
||||||
|
|
||||||
|
This code will probably format your harddisk!
|
||||||
|
|
||||||
|
#### Build and Install
|
||||||
|
|
||||||
Glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4
|
Glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4
|
||||||
and needs an AES-NI capable CPU.
|
and needs an AES-NI capable CPU.
|
||||||
@@ -16,7 +20,4 @@ To build and install the latest version:
|
|||||||
$ make
|
$ make
|
||||||
# make install
|
# make install
|
||||||
|
|
||||||
To create and use a new secret key:
|
For feature requests and bug reports, please create an [issue](https://github.com/angt/glorytun/issues).
|
||||||
|
|
||||||
$ hexdump -n 32 /dev/urandom -e '"%X"' > glorytun.key
|
|
||||||
# glorytun keyfile glorytun.key [...]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user