Updated openbsd wireguard article
This commit is contained in:
parent
31eb497483
commit
ca5485e945
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ wgpeer 'vNNic3jvXfbBahF8XFKnAv9+Cef/iQ6nWxXeOBtehgc=' wgaip 10.1.2.6/32
|
|||
|
||||
Your private key goes on the first line as argument to `wgkey`, the other keys are public keys for each peer.
|
||||
|
||||
To re-read the interface configuration, use :
|
||||
```sh
|
||||
sh /etc/netstart wg0
|
||||
```
|
||||
|
||||
## Administration
|
||||
|
||||
Private keys can be generated with the following command :
|
||||
|
|
Loading…
Add table
Reference in a new issue