1
0
mirror of https://github.com/faicker/wg-config.git synced 2020-11-18 19:53:49 -08:00

Fix README.md genkey

This commit is contained in:
Faicker Mo 2019-05-15 11:55:25 +08:00
parent b7f9d6e309
commit 49b369f447

View File

@ -9,7 +9,7 @@ Client config file and qrcode are generated.
### config
The wireguard default config directory is /etc/wireguard.
The script config file is wg.def, create and edit it according to wg.def.sample.
You can generate the public key and private key with command `wg genkey | tee > prikey | wg pubkey > pubkey`.
You can generate the public key and private key with command `wg genkey | tee prikey | wg pubkey > pubkey`.
### usage