🚀 Sync 2026-06-14 00:00:05

This commit is contained in:
github-actions[bot] 2026-06-14 00:00:05 +08:00
parent 6ad9333ace
commit f13e1eb7c5
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -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._-')"

View File

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