forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
parent
18b6ce7c78
commit
9d355f67d8
12 changed files with 60 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
module.exports.PORT = process.env.PORT || 80;
|
||||
module.exports.PASSWORD = process.env.PASSWORD || 'wireguard';
|
||||
module.exports.PORT = process.env.PORT || 51821;
|
||||
module.exports.PASSWORD = process.env.PASSWORD;
|
||||
module.exports.WG_PATH = process.env.WG_PATH || '/etc/wireguard/';
|
||||
module.exports.WG_HOST = process.env.WG_HOST || '127.0.0.1';
|
||||
module.exports.WG_PORT = process.env.WG_PORT || 51820;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue