Alex A. Naanou 97f88b63af added wireguard (untested)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-09 03:21:36 +03:00

11 lines
196 B
Plaintext

[Interface]
PrivateKey = ${CLIENT_PRIVATE_KEY}
Address = ${CLIENT_IP}/32
DNS = ${DNS}
[Peer]
PublicKey = ${SERVER_PUBLIC_KEY}
AllowedIPs = ${ALLOWED_IPS}
Endpoint = ${ENDPOINT}:${ENDPOINT_PORT}