Fix client config

This commit is contained in:
Jake Howard 2020-01-19 17:59:36 +00:00
parent 4de7939902
commit ec478c3cf5
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,6 +5,6 @@ PrivateKey = {{ item.value.private_key }}
[Peer]
PublicKey = {{ wireguard.server.public_key }}
Endpoint = {{ wireguard.public_ip }}:{{ wireguard.port }}
AllowedIPs = {{ item.value.ip }}/32
AllowedIPs = {{ wireguard.cidr }}
PersistentKeepalive = 25