diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/openbsd/wireguard.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/docs/openbsd/wireguard.md b/content/docs/openbsd/wireguard.md index 71d670e..a606e13 100644 --- a/content/docs/openbsd/wireguard.md +++ b/content/docs/openbsd/wireguard.md @@ -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 : |