Alex A. Naanou 07797e95b4 fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-09 17:36:57 +03:00

11 lines
193 B
Plaintext

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