Answer the question
In order to leave comments, you need to log in
Reverse proxy for game server (UDP)?
We need a reverse proxy between the client and the game server, displaying the real IP address on the game server.
I'm currently using Nginx with the stream directive, but the client IP is the same as the nginx IP. The game server does not support Proxy_protocol.
Is there any way to bypass Nginx? The task of a proxy server is only to proxy traffic in both directions. Both servers have a dedicated IP address.
Answer the question
In order to leave comments, you need to log in
Nginx is not needed in your case, set up packet forwarding + masquerading via iptables, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question