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-01-09 19:43:01 +01:00

10 lines
230 B
Django/Jinja

[Interface]
Privatekey={{ private_key }}
Address=192.168.40.3/24
DNS=192.168.10.1
[Peer]
Publickey=URG3OY/ow/vY+Ou2z/9V0xHmc6kQ0SmV24F5105b5yI=
PresharedKey={{ preshared_key }}
Endpoint=wg.geokunis2.nl:47239
AllowedIPs=0.0.0.0/0