🌈 Sync 2026-04-07 03:39:49

This commit is contained in:
github-actions[bot] 2026-04-07 03:39:49 +08:00
parent 075e93553b
commit 5dddf79b1b
2 changed files with 2 additions and 2 deletions

View File

@ -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.") .. "<br>" ..
translate("Used when the node link does not include this parameter.")

View File

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