info 404s

This commit is contained in:
Dan Ballard 2020-09-26 15:07:03 -07:00
parent c4541b38d3
commit f936a4cae9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func filter(res http.ResponseWriter, req *http.Request, listenPort, proxyPort in
return
}
log.Debugf("different IP in the last %v minutes, 404ing\n", SameCookieTimeLimitMins)
log.Infof("different IP in the last %v minutes, 404ing\n", SameCookieTimeLimitMins)
res.WriteHeader(http.StatusNotFound)
fmt.Fprint(res, "404 - suspected botnet")
}