From e41fdb7bd216a1d27ff9e0b1be8072dd7bdcf5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=B5=B7?= <37897216+wikiZ@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:08:33 +0800 Subject: [PATCH] Update ProxyFilter.go --- core/ProxyFilter.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/ProxyFilter.go b/core/ProxyFilter.go index 10fd49b..a120d80 100644 --- a/core/ProxyFilter.go +++ b/core/ProxyFilter.go @@ -120,7 +120,6 @@ func ProxyFilterManger(req *http.Request) (status bool) { allowTime = lib.ReadConfig("proxy", "AllowTime", cfg) // Gets the allowed online time in the configuration file malleableFile = lib.ReadConfig("proxy", "MalleableFile", cfg) // Obtain the profile path banIP = data.BANIP - banJA3 = data.BANJA3 ) // Check whether ban ip is matched for _, banAddr := range strings.Split(banIP, "\n") {