Updated old docs articles
This commit is contained in:
parent
d8dfaa1796
commit
fd5e65b5c3
3 changed files with 25 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue