From 4693d6629fdd28209c4950833222b6618dc2d588 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 12 Feb 2025 18:00:24 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/2d52c7770b708d3ffc372bb9e9e02d74b6ee2e81 --- luci-app-passwall/root/usr/share/passwall/app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-passwall/root/usr/share/passwall/app.sh b/luci-app-passwall/root/usr/share/passwall/app.sh index d084b4406..c7f3346c9 100755 --- a/luci-app-passwall/root/usr/share/passwall/app.sh +++ b/luci-app-passwall/root/usr/share/passwall/app.sh @@ -1927,6 +1927,7 @@ acl_app() { if [ -n "${type}" ] && ([ "${type}" = "sing-box" ] || [ "${type}" = "xray" ]); then config_file="acl/${tcp_node}_TCP_${redir_port}.json" _extra_param="socks_address=127.0.0.1 socks_port=$socks_port" + _extra_param="${_extra_param} tcp_proxy_way=$TCP_PROXY_WAY" if [ "$dns_mode" = "sing-box" ] || [ "$dns_mode" = "xray" ]; then dns_port=$(get_new_port $(expr $dns_port + 1)) _dns_port=$dns_port