From ca9a9c7fe677e66f298353efd5797aa62960c2d9 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 4 May 2021 18:42:30 +0900 Subject: [PATCH] Update comments --- README.md | 2 +- wireguard.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ebf6e..fc3e1ce 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ ## pptp.sh(Deprecated, DO NOT USE) -Copyright (C) 2013-2020 Teddysun +Copyright (C) 2013-2021 Teddysun diff --git a/wireguard.sh b/wireguard.sh index 9a60cda..6c3ea27 100644 --- a/wireguard.sh +++ b/wireguard.sh @@ -660,6 +660,7 @@ EOF PublicKey = ${CLIENT_PUBLIC_KEY} AllowedIPs = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128 PresharedKey = ${CLIENT_PRE_SHARED_KEY} +PersistentKeepalive = 25 EOF else cat > ${new_client_if} <