From 6d19e4e1dd832c7737885f8651b8dcf9c071eb7a Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 11 Mar 2025 22:00:19 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/ed73ea5a63ecb8888a7a1c14aee8ae73e1233588 --- .../root/usr/share/passwall/helper_chinadns_add.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/luci-app-passwall/root/usr/share/passwall/helper_chinadns_add.lua b/luci-app-passwall/root/usr/share/passwall/helper_chinadns_add.lua index 3542fc354..58a1cc575 100644 --- a/luci-app-passwall/root/usr/share/passwall/helper_chinadns_add.lua +++ b/luci-app-passwall/root/usr/share/passwall/helper_chinadns_add.lua @@ -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 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 table.insert(config_lines, "verdict-cache 5000")