11 lines
264 B
Smarty
11 lines
264 B
Smarty
[Interface]
|
|
PrivateKey = ${wireguard_private_key}
|
|
Address = ${wireguard_address}
|
|
|
|
[Peer]
|
|
PublicKey = ${wireguard_public_key}
|
|
PresharedKey = ${wireguard_pre_shared_key}
|
|
AllowedIPs = ${wireguard_allowed_ips}
|
|
Endpoint = ${wireguard_endpoint}
|
|
PersistentKeepalive = 25
|