Raspydock/Wireguard/vps.wg0.yaml

10 lines
182 B
YAML
Raw Permalink Normal View History

2024-06-24 18:48:13 +00:00
# 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