UDP Reverse Proxy
        Posted  
        
            by 
                user180195
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user180195
        
        
        
        Published on 2013-07-03T15:49:56Z
        Indexed on 
            2013/07/03
            17:07 UTC
        
        
        Read the original article
        Hit count: 359
        
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.
© Server Fault or respective owner