homeserver/roles/mgrote_wireguard/templates/wg.conf.j2

11 lines
199 B
Django/Jinja

[Interface]
PrivateKey = {{ privatekey }}
Address = {{ address }}
DNS = {{ dns }}
[Peer]
PublicKey = {{ publickey }}
AllowedIPs = {{ allowedips }}
Endpoint = {{ endpoint }}
PersistentKeepalive = 25