diff --git a/server.go b/server.go index 10c786c..91f12c4 100644 --- a/server.go +++ b/server.go @@ -332,7 +332,6 @@ func (s *Server) HandleRPC(w http.ResponseWriter, r *http.Request) { "auth", GetAuthCtx(ctx), "user_agent", userAgent, "origin", origin, - "remote_ip", xff, ) body, err := io.ReadAll(LimitReader(r.Body, s.maxBodySize))