From 4770ac40ca3e8321ccec8ccc8c29b1c678730ff2 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 3 Dec 2024 15:30:21 +0800 Subject: [PATCH] luci-app-homeproxy: sync upstream last commit: https://github.com/immortalwrt/homeproxy/commit/c8622ad885c9c69c2b5ebc700a3e0de0fd0c29bb --- .../root/etc/homeproxy/scripts/generate_server.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_server.uc b/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_server.uc index 829214738..2c5dc7969 100755 --- a/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_server.uc +++ b/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_server.uc @@ -82,7 +82,7 @@ uci.foreach(uciconfig, uciserver, (cfg) => { /* HTTP / Hysteria (2) / Mixed / Socks / Trojan / Tuic / VLESS / VMess */ 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, password: cfg.password,