UDP Reverse Proxy
- by user180195
I have found a way to make reverse-proxy to an external IP.
Here is how someone making a request will see it's request being passed:
Clients sends request
Request reaches the Datacenter one in some place
That datacenter, acting as a reverse proxy will redirect the same exact request to another datacenter.
The datacenter will then process the request
Although, this only works with TCP/HTTP (Looking currently at HaProxy).
I am hosting game servers at the other datacenter (where the proxy is not) that are using UDP protocol. Do you know how can I setup a reverse proxy using the UDP protocol.