Bernd Storath
2 years ago
No known key found for this signature in database
GPG Key ID: D6C85685A555540F
1 changed files with
1 additions and
0 deletions
-
src/config.js
|
|
|
@ -28,6 +28,7 @@ module.exports.WG_ALLOWED_IPS = process.env.WG_ALLOWED_IPS || '0.0.0.0/0, ::/0'; |
|
|
|
const modules = childProcess.execSync('lsmod', { |
|
|
|
shell: 'bash', |
|
|
|
}); |
|
|
|
module.exports.WG_PRE_UP = process.env.WG_PRE_UP || ''; |
|
|
|
module.exports.WG_POST_UP = process.env.WG_POST_UP; |
|
|
|
if (!process.env.WG_POST_UP) { |
|
|
|
module.exports.WG_POST_UP = `
|
|
|
|
|