mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-29 14:41:13 +01:00
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:
parent
4fe6912143
commit
af77c29565
@ -85,7 +85,7 @@ network:
|
|||||||
# ip address add dev wg0 192.168.2.1/24
|
# ip address add dev wg0 192.168.2.1/24
|
||||||
cidr: 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
|
# 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>
|
privateKey: <privatekey file contents>
|
||||||
listenPort: 51820
|
listenPort: 51820
|
||||||
peers:
|
peers:
|
||||||
|
|||||||
@ -85,7 +85,7 @@ network:
|
|||||||
# ip address add dev wg0 192.168.2.1/24
|
# ip address add dev wg0 192.168.2.1/24
|
||||||
cidr: 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
|
# 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>
|
privateKey: <privatekey file contents>
|
||||||
listenPort: 51820
|
listenPort: 51820
|
||||||
peers:
|
peers:
|
||||||
|
|||||||
@ -85,7 +85,7 @@ network:
|
|||||||
# ip address add dev wg0 192.168.2.1/24
|
# ip address add dev wg0 192.168.2.1/24
|
||||||
cidr: 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
|
# 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>
|
privateKey: <privatekey file contents>
|
||||||
listenPort: 51820
|
listenPort: 51820
|
||||||
peers:
|
peers:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user