From 5dddf79b1bcfbf773740c099fc0abbd2ae95e551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Apr 2026 03:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Sync=202026-04-07=2003:39:49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../luasrc/model/cbi/passwall/client/node_subscribe_config.lua | 2 +- luci-app-passwall/root/usr/share/passwall/0_default_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git 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 index a913865c..16446623 100644 --- 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.") diff --git a/luci-app-passwall/root/usr/share/passwall/0_default_config b/luci-app-passwall/root/usr/share/passwall/0_default_config index 6aea044a..57144fe3 100644 --- a/luci-app-passwall/root/usr/share/passwall/0_default_config +++ b/luci-app-passwall/root/usr/share/passwall/0_default_config @@ -32,7 +32,7 @@ config global_haproxy config global_delay option start_daemon '1' - option start_delay '60' + option start_delay '30' config global_forwarding option tcp_no_redir_ports 'disable'