forked from mirrors/amnezia-wg-easy
add optional client profile MTU var
This commit is contained in:
parent
ffaf67a08a
commit
b4fbcdd2db
4 changed files with 7 additions and 0 deletions
|
@ -5,5 +5,6 @@ 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_MTU = process.env.WG_MTU || null;
|
||||
module.exports.WG_DEFAULT_ADDRESS = process.env.WG_DEFAULT_ADDRESS || '10.8.0.x';
|
||||
module.exports.WG_DEFAULT_DNS = process.env.WG_DEFAULT_DNS || '1.1.1.1';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue