Update README.md

This commit is contained in:
angt
2015-12-17 08:51:07 +01:00
parent fb4f6f6cb9
commit db01c8b33f

View File

@@ -1,8 +1,12 @@
# 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
and needs an AES-NI capable CPU.
@@ -16,7 +20,4 @@ To build and install the latest version:
$ make
# make install
To create and use a new secret key:
$ hexdump -n 32 /dev/urandom -e '"%X"' > glorytun.key
# glorytun keyfile glorytun.key [...]
For feature requests and bug reports, please create an [issue](https://github.com/angt/glorytun/issues).