Skip to content

Commit

Permalink
Update ProxyFilter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiZ authored Jul 12, 2022
1 parent c7a4657 commit e41fdb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/ProxyFilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit e41fdb7

Please sign in to comment.