From 7a6c5945907c415aa8457985be65189cf755e458 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 23 Jun 2026 22:38:10 +0800 Subject: [PATCH] update 2026-06-23 22:38:10 --- ddns-go/Makefile | 2 +- luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ddns-go/Makefile b/ddns-go/Makefile index 75267225..173aa1e2 100644 --- a/ddns-go/Makefile +++ b/ddns-go/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/jeessy2/ddns-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b1693abe90941d9d6eaf893e73bd05c1e122cd2fff5f69409987b524b12f2ad0 +PKG_HASH:=05ae7ef07241113ee2cd861be530524f06856fc7368b84846db5137a477277ea PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua b/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua index a3fe5195..e420385c 100644 --- a/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua +++ b/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua @@ -368,7 +368,7 @@ local function get_active_node_runtime(sid) local backend local protocol - local is_mihomo_running = clash_process_running() + local is_mihomo_running = luci.sys.call("pgrep -x ssr-retcp >/dev/null 2>&1") == 0 if stype == "ss" then backend = translate("Mihomo")