parent
959e1ce0b8
commit
4770ac40ca
@ -82,7 +82,7 @@ uci.foreach(uciconfig, uciserver, (cfg) => {
|
|||||||
/* HTTP / Hysteria (2) / Mixed / Socks / Trojan / Tuic / VLESS / VMess */
|
/* HTTP / Hysteria (2) / Mixed / Socks / Trojan / Tuic / VLESS / VMess */
|
||||||
users: (cfg.type !== 'shadowsocks') ? [
|
users: (cfg.type !== 'shadowsocks') ? [
|
||||||
{
|
{
|
||||||
name: !(cfg.type in ['http', 'mixed', 'socks']) ? 'cfg-' + cfg['.name'] + '-server' : null,
|
name: !(cfg.type in ['http', 'mixed', 'naive', 'socks']) ? 'cfg-' + cfg['.name'] + '-server' : null,
|
||||||
username: cfg.username,
|
username: cfg.username,
|
||||||
password: cfg.password,
|
password: cfg.password,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user