From cb7b3df3a8cf45fb356874d332eab2e203d170a8 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:55:55 +0800 Subject: [PATCH] Update luci-app-passwall.patch --- .github/diy/patches/luci-app-passwall.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/diy/patches/luci-app-passwall.patch b/.github/diy/patches/luci-app-passwall.patch index 47577962..cfddc0be 100644 --- a/.github/diy/patches/luci-app-passwall.patch +++ b/.github/diy/patches/luci-app-passwall.patch @@ -101,18 +101,6 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Xray_Plugin bool "Include Xray-Plugin (Shadowsocks Plugin)" ---- a/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua -+++ b/luci-app-passwall/luasrc/model/cbi/passwall/client/node_subscribe_config.lua -@@ -134,7 +134,7 @@ o.validate = function(self, value) - end - - o = s:option(Flag, "allowInsecure", translate("allowInsecure")) --o.default = "0" -+o.default = "1" - o.rmempty = false - o.description = translate("Whether unsafe connections are allowed. When checked, Certificate validation will be skipped.") .. "
" .. - translate("Used when the node link does not include this parameter.") - --- a/luci-app-passwall/luasrc/controller/passwall.lua +++ b/luci-app-passwall/luasrc/controller/passwall.lua @@ -21,6 +21,8 @@ function index()