forked from mirrors/amnezia-wg-easy
config.js: revert fixed MTU 1420
This commit is contained in:
parent
a7b0d35fcc
commit
291cd3325b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports.WG_PATH = process.env.WG_PATH || '/etc/wireguard/';
|
|||
module.exports.WG_DEVICE = process.env.WG_DEVICE || 'eth0';
|
||||
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 || 1420;
|
||||
module.exports.WG_MTU = process.env.WG_MTU || null;
|
||||
module.exports.WG_PERSISTENT_KEEPALIVE = process.env.WG_PERSISTENT_KEEPALIVE || 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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue