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…