Raspydock/Wireguard/vps.wg0.yaml
2024-06-24 20:48:13 +02:00

10 lines
182 B
YAML

# file: /etc/wireguard/wg0.conf
[Interface]
Address = 10.10.10.1/24
ListenPort = 51820
PrivateKey = PRIVATE_VPS_KEY
[Peer]
PublicKey = PUBLIC_SERVER_KEY
AllowedIPs = 10.10.10.10/32