From f13e1eb7c55402afac574bbbf3e08dcecce8eed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Jun 2026 00:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Sync=202026-06-14=2000:00:05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-ssr-plus/Makefile | 2 +- luci-app-ssr-plus/root/etc/init.d/shadowsocksr | 4 ++++ ua2f/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/luci-app-ssr-plus/Makefile b/luci-app-ssr-plus/Makefile index 9c9b9025..b5e82569 100644 --- a/luci-app-ssr-plus/Makefile +++ b/luci-app-ssr-plus/Makefile @@ -4,7 +4,7 @@ LUCI_TITLE:=luci-app-ssr-plus LUCI_PKGARCH:=all PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=193 -PKG_RELEASE:=25 +PKG_RELEASE:=26 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ diff --git a/luci-app-ssr-plus/root/etc/init.d/shadowsocksr b/luci-app-ssr-plus/root/etc/init.d/shadowsocksr index 1970fa94..75113f35 100755 --- a/luci-app-ssr-plus/root/etc/init.d/shadowsocksr +++ b/luci-app-ssr-plus/root/etc/init.d/shadowsocksr @@ -1343,6 +1343,10 @@ start_udp() { start_local() { [ "$LOCAL_SERVER" = "nil" ] && return 1 + if [ "$LOCAL_SERVER" != "nil" ] && [ "$GLOBAL_SERVER" = "nil" ]; then + echolog "Global_Socks5:主节点未配置,不启动 SOCKS5 代理" + return 1 + fi local local_port="${1:-$(uci_get_by_type socks5_proxy local_port)}" local local_server_type=$(uci_get_by_name $LOCAL_SERVER type) local probe_instance_key="$(printf '%s' "${SSR_SWITCH_PROBE_INSTANCE_KEY:-}" | tr -cd '0-9A-Za-z._-')" diff --git a/ua2f/Makefile b/ua2f/Makefile index 95b84565..4ae58d7b 100644 --- a/ua2f/Makefile +++ b/ua2f/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=UA2F -PKG_VERSION:=5.1.1 -PKG_RELEASE:=4 +PKG_VERSION:=5.2.0 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Zxilly/UA2F/tar.gz/v$(PKG_VERSION)?