1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 04:50:49 +00:00

Fixed PersistentKeepalive

This commit is contained in:
Vladislav Plikin 2023-11-15 19:29:22 +03:00
parent 33f4e32045
commit 29d0e2e75f

2
wg.sh
View File

@ -409,7 +409,7 @@ PublicKey = ${SERVER_PUB_KEY}
PresharedKey = ${CLIENT_PRE_SHARED_KEY}
Endpoint = ${ENDPOINT}
AllowedIPs = ${ALLOWED_IPS}
PeristentKeepalive = 5
PersistentKeepalive = 5
"