From 29d0e2e75f880d298ccbcba1af1de960ad83bb10 Mon Sep 17 00:00:00 2001 From: Vladislav Plikin <106341126+Anatr0p@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:29:22 +0300 Subject: [PATCH] Fixed PersistentKeepalive --- wg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg.sh b/wg.sh index 44a8e93..7821e02 100644 --- a/wg.sh +++ b/wg.sh @@ -409,7 +409,7 @@ PublicKey = ${SERVER_PUB_KEY} PresharedKey = ${CLIENT_PRE_SHARED_KEY} Endpoint = ${ENDPOINT} AllowedIPs = ${ALLOWED_IPS} -PeristentKeepalive = 5 +PersistentKeepalive = 5 "