mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
update 2026-06-23 22:38:10
This commit is contained in:
parent
41b5a34a17
commit
7a6c594590
@ -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
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user