Only Report Blocked
All checks were successful
release-tag / release-image (push) Successful in 2m23s

This commit is contained in:
2025-11-08 20:46:49 +01:00
parent 2901f7ad45
commit 8ebd697844

View File

@@ -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"))