luci-app-passwall: sync upstream

last commit: ed73ea5a63
This commit is contained in:
gitea-action 2025-03-11 22:00:19 +08:00
parent 23ba57f710
commit 6d19e4e1dd

View File

@ -495,8 +495,6 @@ if DEFAULT_TAG == "none_noip" then table.insert(config_lines, "noip-as-chnip") e
if DEFAULT_TAG == nil or DEFAULT_TAG == "smart" or DEFAULT_TAG == "none_noip" then DEFAULT_TAG = "none" end if DEFAULT_TAG == nil or DEFAULT_TAG == "smart" or DEFAULT_TAG == "none_noip" then DEFAULT_TAG = "none" end
table.insert(config_lines, "default-tag " .. DEFAULT_TAG) table.insert(config_lines, "default-tag " .. DEFAULT_TAG)
table.insert(config_lines, "cache 4096")
table.insert(config_lines, "cache-stale 3600")
if DEFAULT_TAG == "none" then if DEFAULT_TAG == "none" then
table.insert(config_lines, "verdict-cache 5000") table.insert(config_lines, "verdict-cache 5000")