Files
aurbis/tasks/wireguard/client.conf.j2
T

13 lines
359 B
Django/Jinja

[Interface]
Address = {{ item.ip_address }}
PrivateKey = {{ item.private_key }}
DNS = 10.8.0.1
[Peer]
PublicKey = {{ wireguard_server.public_key }}
Endpoint = home.hoekveen.net:51820
# Route all home network traffic through WireGuard
# To route ALL traffic (full VPN), change to: 0.0.0.0/0
AllowedIPs = 192.168.178.0/24, 10.8.0.0/24
PersistentKeepalive = 25