@@ -268,7 +268,7 @@ func authHandler(st *state) http.Handler {
return
}
if decide(st, ip) {
log.Printf("Allowed: %s", ip)
//log.Printf("Allowed: %s", ip)
w.Header().Set("X-IPFilter-Client", ip.String())
w.WriteHeader(http.StatusOK)
_, _ = w.Write([]byte("OK"))
The note is not visible to the blocked user.