aboutsummaryrefslogtreecommitdiff
path: root/content/docs/freebsd/wireguard.md
diff options
context:
space:
mode:
authorJulien Dessaux2022-04-30 23:05:01 +0200
committerJulien Dessaux2022-04-30 23:05:01 +0200
commitfd5e65b5c346907478b1e0c6431a3a3b79b37519 (patch)
tree51eec269d183a0d9b5ead0f3a8813e3d82d830bc /content/docs/freebsd/wireguard.md
parentAdded the kite runner book article (diff)
downloadwww-fd5e65b5c346907478b1e0c6431a3a3b79b37519.tar.gz
www-fd5e65b5c346907478b1e0c6431a3a3b79b37519.tar.bz2
www-fd5e65b5c346907478b1e0c6431a3a3b79b37519.zip
Updated old docs articles
Diffstat (limited to '')
-rw-r--r--content/docs/freebsd/wireguard.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/freebsd/wireguard.md b/content/docs/freebsd/wireguard.md
index f4e09fe..62bb7df 100644
--- a/content/docs/freebsd/wireguard.md
+++ b/content/docs/freebsd/wireguard.md
@@ -42,7 +42,7 @@ AllowedIPs = 10.1.2.9/32
PersistentKeepalive = 60
```
-To implement this example you will need to generate two sets of keys. The configuration for the first server will feature the first server's private key in the `[Interface]` section and the second server's public key in the `[Peer]` section, and vice versa.
+To implement this example you will need to generate two sets of keys. The configuration for the first server will feature the first server's private key in the `[Interface]` section and the second server's public key in the `[Peer]` section, and vice versa for the configuration of the second server.
This example is from a machine that can be hidden behind nat therefore I configure a `PersistentKeepalive`. If your host has a public IP this line is not needed.