From df0a37095b46e833838a277d53dd7fd536cc3a90 Mon Sep 17 00:00:00 2001 From: Callan Bryant Date: Wed, 23 Dec 2020 16:06:59 +0000 Subject: [PATCH] mention official gui --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 456fc5e..69485a7 100644 --- a/README.md +++ b/README.md @@ -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 added when requested. +# GUI + +Dsnet does not include or require a GUI, however there is now a separate +official monitoring GUI: . + # 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 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.**