readme typos
This commit is contained in:
parent
66228c512d
commit
a7c7fea3c6
@ -46,17 +46,17 @@ Client management is additive, meaning you can add more with ```CLIENTS="new" ma
|
|||||||
|
|
||||||
#### Configuration files
|
#### 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/
|
```# ls -1 sk4nz/
|
||||||
sk4nz.conf # The client configuration file
|
sk4nz.conf # The client configuration file
|
||||||
sk4nz.key # The client secret key
|
sk4nz.key # The client secret key
|
||||||
sk4nz.pub # The client public key
|
sk4nz.pub # The client public key
|
||||||
sk4nz.pub # The client PSK
|
sk4nz.psk # The client PSK
|
||||||
sk4nz.qr # QRcode configuration
|
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
|
||||||
[Unbound website](https://www.nlnetlabs.nl/projects/unbound/)
|
[Unbound website](https://www.nlnetlabs.nl/projects/unbound/)
|
||||||
|
Loading…
Reference in New Issue
Block a user