forked from mirrors/amnezia-wg-easy
Adding Persistent Keepalive
This commit is contained in:
parent
587bb7a3f0
commit
31d1cb96fc
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ const {
|
|||
WG_PORT,
|
||||
WG_DEFAULT_DNS,
|
||||
WG_DEFAULT_ADDRESS,
|
||||
WG_PERSISTENTKEEPALIVE;
|
||||
WG_ALLOWED_IPS,
|
||||
} = require('../config');
|
||||
|
||||
|
@ -181,6 +182,7 @@ ${WG_DEFAULT_DNS ? `DNS = ${WG_DEFAULT_DNS}` : ''}
|
|||
PublicKey = ${config.server.publicKey}
|
||||
PresharedKey = ${client.preSharedKey}
|
||||
AllowedIPs = ${WG_ALLOWED_IPS}
|
||||
PersistentKeepalive = ${WG_PERSISTENTKEEPALIVE}
|
||||
Endpoint = ${WG_HOST}:${WG_PORT}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue