From fe97acc01b527acef8e7e22c74dad9b5c1429184 Mon Sep 17 00:00:00 2001 From: action Date: Thu, 9 Jul 2026 15:32:50 +0800 Subject: [PATCH] update 2026-07-09 15:32:50 --- daed/Makefile | 4 ++-- .../luasrc/model/cbi/passwall/client/type/ray.lua | 4 ++-- .../luasrc/model/cbi/passwall/server/type/ray.lua | 2 +- v2ray-geodata/Makefile | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/daed/Makefile b/daed/Makefile index 0e19440a..e0dca499 100644 --- a/daed/Makefile +++ b/daed/Makefile @@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=daed -PKG_VERSION:=2026.07.05 +PKG_VERSION:=2026.07.08 DAED_VERSION:=daed-671e65d WING_VERSION:=wing-dc50308 -CORE_VERSION:=core-5a51cc7 +CORE_VERSION:=core-fee4c86 WING_HASH_SHORT:=$(shell echo $(WING_VERSION) | cut -d- -f2) CORE_HASH_SHORT:=$(shell echo $(CORE_VERSION) | cut -d- -f2) PKG_RELEASE:=1 diff --git a/luci-app-passwall/luasrc/model/cbi/passwall/client/type/ray.lua b/luci-app-passwall/luasrc/model/cbi/passwall/client/type/ray.lua index c272c50d..917c3808 100644 --- a/luci-app-passwall/luasrc/model/cbi/passwall/client/type/ray.lua +++ b/luci-app-passwall/luasrc/model/cbi/passwall/client/type/ray.lua @@ -32,10 +32,10 @@ if formvalue_proto then s.val["protocol"] = formvalue_proto end local arg_select_proto = luci.http.formvalue("select_proto") or "" local ss_method_list = { - "none", "plain", "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "chacha20-ietf-poly1305", "xchacha20-poly1305", "xchacha20-ietf-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" + "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "chacha20-ietf-poly1305", "xchacha20-poly1305", "xchacha20-ietf-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" } -local security_list = { "none", "auto", "aes-128-gcm", "chacha20-poly1305", "zero" } +local security_list = { "auto", "aes-128-gcm", "chacha20-poly1305" } local header_type_list = { "none", "srtp", "utp", "wechat-video", "dtls", "wireguard", "dns" diff --git a/luci-app-passwall/luasrc/model/cbi/passwall/server/type/ray.lua b/luci-app-passwall/luasrc/model/cbi/passwall/server/type/ray.lua index 64b6f2fb..17fca650 100644 --- a/luci-app-passwall/luasrc/model/cbi/passwall/server/type/ray.lua +++ b/luci-app-passwall/luasrc/model/cbi/passwall/server/type/ray.lua @@ -24,7 +24,7 @@ local function _n(name) end local x_ss_method_list = { - "none", "plain", "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" + "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" } local header_type_list = { diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 43f6aa06..1cfdee4b 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=b71d1999439dde2de2d2b6844a2befa50c50211ff739785c005ca7c230a17d6a endef -GEOSITE_VER:=20260708153044 +GEOSITE_VER:=20260709023843 GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) define Download/geosite URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) - HASH:=51a40b9fbd782a22f78bdefb6940219fe485110325ae101caf333d35856a7ff1 + HASH:=0321d7e778374aecbd20246388bde4bf4485fc2d76d61ebc48963f2d862fd1c6 endef GEOSITE_IRAN_VER:=202607060129