mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
11 lines
193 B
Plaintext
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}
|
|
|