forked from mirrors/amnezia-wg-easy
Adding Persistent keepalive
This commit is contained in:
parent
6ddc5cdea3
commit
587bb7a3f0
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.exports.PASSWORD = process.env.PASSWORD;
|
|||
module.exports.WG_PATH = process.env.WG_PATH || '/etc/wireguard/';
|
||||
module.exports.WG_HOST = process.env.WG_HOST;
|
||||
module.exports.WG_PORT = process.env.WG_PORT || 51820;
|
||||
module.exports.WG_PERSISTENTKEEPALIVE = process.env.WG_PERSISTENTKEEPALIVE || 25;
|
||||
module.exports.WG_DEFAULT_ADDRESS = process.env.WG_DEFAULT_ADDRESS || '10.8.0.x';
|
||||
module.exports.WG_DEFAULT_DNS = typeof process.env.WG_DEFAULT_DNS === 'string'
|
||||
? process.env.WG_DEFAULT_DNS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue