update 2026-06-23 22:38:10

This commit is contained in:
action 2026-06-23 22:38:10 +08:00
parent 41b5a34a17
commit 7a6c594590
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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")