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/)