优化ttlcache相关代码

This commit is contained in:
刘祥超
2024-05-08 11:10:56 +08:00
parent 5020985b96
commit f1b3a7463d
15 changed files with 77 additions and 44 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/TeaOSLab/EdgeCommon/pkg/nodeutils"
"github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs"
"github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs/firewallconfigs"
"github.com/TeaOSLab/EdgeNode/internal/ttlcache"
"github.com/TeaOSLab/EdgeNode/internal/utils"
"github.com/TeaOSLab/EdgeNode/internal/utils/ttlcache"
"github.com/TeaOSLab/EdgeNode/internal/waf"
"github.com/iwind/TeaGo/types"
"net/http"