Raspydock/Wireguard/raspi.wg0.yaml

11 lines
250 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.10/32
PrivateKey = PRIVATE_SERVER_KEY
DNS = 9.9.9.9, 149.112.112.112
[Peer]
PublicKey = PUBLIC_VPS_KEY
Endpoint = VPS_IP_ADDRESS:51820
AllowedIPs = 10.10.10.1/32
PersistentKeepalive = 25