mention official gui

This commit is contained in:
Callan Bryant 2020-12-23 16:06:59 +00:00
parent e3ba27bd6c
commit df0a37095b
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -58,8 +58,16 @@ public key; there is provision to specify a public key in the code when adding
a peer to avoid the server generating the private key. The feature will be a peer to avoid the server generating the private key. The feature will be
added when requested. added when requested.
# GUI
Dsnet does not include or require a GUI, however there is now a separate
official monitoring GUI: <https://github.com/botto/dsnet-gui>.
# Configuration overview # Configuration overview
The configuration is a single JSON file. Beyond possible initial
customisations, the file is managed entirely by dsnet.
dsnetconfig.json is the only file the server needs to run the VPN. It contains dsnetconfig.json is the only file the server needs to run the VPN. It contains
the server keys, peer public/shared keys and IP settings. **A working version is the server keys, peer public/shared keys and IP settings. **A working version is
automatically generated by `dsnet init` which can be modified as required.** automatically generated by `dsnet init` which can be modified as required.**