Alex A. Naanou f93a8c99c6 tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-09 15:16:25 +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}