quick-wireguard/client.template
2023-11-05 04:21:07 -07:00

10 lines
198 B
Plaintext

[Interface]
PrivateKey = ${CLIENT_PRIVATE_KEY}
Address = 10.0.0.${IP_ADDR}/16
[Peer]
PublicKey = ${SERVER_PUBLIC_KEY}
AllowedIPs = 10.0.0.0/16
Endpoint = ${ENDPOINT}
PersistentKeepalive = 25