mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Fixed PersistentKeepalive
This commit is contained in:
parent
33f4e32045
commit
29d0e2e75f
1 changed files with 1 additions and 1 deletions
2
wg.sh
2
wg.sh
|
@ -409,7 +409,7 @@ PublicKey = ${SERVER_PUB_KEY}
|
|||
PresharedKey = ${CLIENT_PRE_SHARED_KEY}
|
||||
Endpoint = ${ENDPOINT}
|
||||
AllowedIPs = ${ALLOWED_IPS}
|
||||
PeristentKeepalive = 5
|
||||
PersistentKeepalive = 5
|
||||
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue