mirror of
https://github.com/wikiZ/RedGuard
synced 2026-06-08 18:18:32 +00:00
Update ProxyFilter.go
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user