quick-wireguard/client.template

10 lines
198 B
Plaintext
Raw Normal View History

2023-11-05 09:40:53 +00:00
[Interface]
PrivateKey = ${CLIENT_PRIVATE_KEY}
Address = 10.0.0.${IP_ADDR}/16
[Peer]
PublicKey = ${SERVER_PUBLIC_KEY}
AllowedIPs = 10.0.0.0/16
2023-11-05 11:21:07 +00:00
Endpoint = ${ENDPOINT}
2023-11-05 09:40:53 +00:00
PersistentKeepalive = 25