Install and provision wireguard client on ingress server

This commit is contained in:
Jake Howard
2020-12-21 18:24:35 +00:00
parent 3197953796
commit 30cb9e52e7
6 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Interface]
Address = {{ ingress_wireguard.ip }}
PrivateKey = {{ ingress_wireguard.private_key }}
[Peer]
PublicKey = {{ wireguard.server.public_key }}
Endpoint = {{ wireguard.public_ip }}:{{ wireguard.port }}
AllowedIPs = {{ wireguard.cidr }}
PersistentKeepalive = 25