Merge branch 'master' into feat-cidr-notation

This commit is contained in:
Philip H 2024-03-23 21:30:52 +01:00 committed by GitHub
commit 6c0049770e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 939 additions and 952 deletions

View file

@ -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;