Fix client config
This commit is contained in:
parent
4de7939902
commit
ec478c3cf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue