forked from mirrors/amnezia-wg-easy
Renaming and settings values
Renaming environmental variable, and changing its default value.
This commit is contained in:
parent
00135d0c35
commit
49a2949aea
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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_PERSISTENT_KEEPALIVE = process.env.WG_PERSISTENT_KEEPALIVEE || 0;
|
||||
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