From a358a7045ce163c1368a01c41dbb2bdb28acc511 Mon Sep 17 00:00:00 2001 From: action Date: Fri, 12 Jun 2026 22:47:37 +0800 Subject: [PATCH] update 2026-06-12 22:47:37 --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 2 +- luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua | 2 +- v2ray-geodata/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index d06abbdc..aa201e81 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua @@ -659,7 +659,7 @@ o:depends("type", "hysteria2") o.rmempty = true o.default = "0" -o = s:option(Value, "obfs_type", translate("Obfuscation Type")) +o = s:option(ListValue, "obfs_type", translate("Obfuscation Type")) o:value("", translate("Disable")) o:value("salamander") o:value("gecko") diff --git a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua index 79db21bb..91cb9b7c 100755 --- a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua +++ b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua @@ -278,7 +278,7 @@ function wireguard() allowedIPs = (server.allowedips) or nil, } }, - kernelMode = (server.kernelmode == "1") and true or false, + noKernelTun = (server.kernelmode == "1") and true or false, reserved = reserved, mtu = tonumber(server.mtu) } diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 831ba0b4..ae1fe19d 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=a322dfb6bfd8987c83453c39582a07771c9deddf9f8f7d2d19c7927ebd5e76c8 endef -GEOSITE_VER:=20260611150933 +GEOSITE_VER:=20260612045439 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:=5922b26d73e93d945ae0b39d2e233b3a97f3909e9f397f3cf04c191f3b8fe7c3 + HASH:=b228cf557983891cf009735fadf917ae22f6841fe5f5b5ddd1499bfe97c3e02a endef GEOSITE_IRAN_VER:=202606080206