docs: update wirguard guide

The wireguard guide has a small typo in the structure example of the config.

Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
This commit is contained in:
Kevin Hellemun 2021-05-20 22:39:32 +02:00 committed by talos-bot
parent 4fe6912143
commit af77c29565
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ network:
# ip address add dev wg0 192.168.2.1/24
cidr: 192.168.2.1/24
# wg set wg0 listen-port 51820 private-key /path/to/private-key peer ABCDEF... allowed-ips 192.168.88.0/24 endpoint 209.202.254.14:8172
wireguardConfig:
wireguard:
privateKey: <privatekey file contents>
listenPort: 51820
peers:

View File

@ -85,7 +85,7 @@ network:
# ip address add dev wg0 192.168.2.1/24
cidr: 192.168.2.1/24
# wg set wg0 listen-port 51820 private-key /path/to/private-key peer ABCDEF... allowed-ips 192.168.88.0/24 endpoint 209.202.254.14:8172
wireguardConfig:
wireguard:
privateKey: <privatekey file contents>
listenPort: 51820
peers:

View File

@ -85,7 +85,7 @@ network:
# ip address add dev wg0 192.168.2.1/24
cidr: 192.168.2.1/24
# wg set wg0 listen-port 51820 private-key /path/to/private-key peer ABCDEF... allowed-ips 192.168.88.0/24 endpoint 209.202.254.14:8172
wireguardConfig:
wireguard:
privateKey: <privatekey file contents>
listenPort: 51820
peers: