diff --git a/main.go b/main.go index db84067..e5f604b 100644 --- a/main.go +++ b/main.go @@ -44,6 +44,8 @@ func main() { http.Error(w, "unauthorized", http.StatusUnauthorized) return } + + slog.Info("proxying request", "client", clientIP(r)) proxy.ServeHTTP(w, r) })