forked from mirrors/amnezia-wg-easy
add environment variable for changes lang
This commit is contained in:
parent
f8c414042a
commit
2c29909ef6
6 changed files with 25 additions and 31 deletions
|
@ -26,3 +26,4 @@ iptables -A FORWARD -o wg0 -j ACCEPT;
|
|||
|
||||
module.exports.WG_PRE_DOWN = process.env.WG_PRE_DOWN || '';
|
||||
module.exports.WG_POST_DOWN = process.env.WG_POST_DOWN || '';
|
||||
module.exports.LANG = process.env.LANG || 'en';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue