This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/wireguard/templates/home.conf.j2
2023-02-26 01:17:16 +01:00

10 lines
271 B
Django/Jinja

[Interface]
Privatekey={{ wg_private_key }}
Address = 10.225.191.4/24,fd11:5ee:bad:c0de::4/64
DNS=192.168.10.1
[Peer]
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
PresharedKey={{ wg_preshared_key }}
Endpoint=wg.geokunis2.nl:51820
AllowedIPs = 0.0.0.0/0, ::0/0