From a7c7fea3c6fef644bc183a7ae47409295ec26f19 Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Fri, 22 Dec 2023 08:28:53 +0100 Subject: [PATCH] readme typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7010ee..e27ef1e 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ Client management is additive, meaning you can add more with ```CLIENTS="new" ma #### Configuration files -Each client has a configuration folder in _./_ named after its name: +Each client has configuration files created in ```./CLIENT_NAME```: ```# ls -1 sk4nz/ sk4nz.conf # The client configuration file sk4nz.key # The client secret key sk4nz.pub # The client public key -sk4nz.pub # The client PSK +sk4nz.psk # The client PSK sk4nz.qr # QRcode configuration ``` -You can use the ```.conf``` or it's encoded version ```.qr``` to configure clients. +You can use the ```.conf``` or it's QRcode encoded version ```.qr``` to configure clients. ### Unbound [Unbound website](https://www.nlnetlabs.nl/projects/unbound/)