forked from mirrors/amnezia-wg-easy
Merge branch 'master' into feat-cidr-notation
This commit is contained in:
commit
6c0049770e
13 changed files with 939 additions and 952 deletions
|
@ -43,3 +43,4 @@ iptables -D FORWARD -o wg0 -j ACCEPT;
|
|||
`.split('\n').join(' ');
|
||||
module.exports.LANG = process.env.LANG || 'en';
|
||||
module.exports.UI_TRAFFIC_STATS = process.env.UI_TRAFFIC_STATS || 'false';
|
||||
module.exports.UI_CHART_TYPE = process.env.UI_CHART_TYPE || 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue