Files
a13labs.infra/terraform/modules/apps/nginx-reverse-proxy/resources/wireguard/wireguard.conf.tpl
T

11 lines
264 B
Smarty
Raw Normal View History

[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