@sysadmin wrote:
Hello, i have a gameserver. Multiple game instance working on same server with different ports.
for example
game 1 : ip:20001
game 2 : ip:20002games deault port is : 2000. if anyone want to connect to this servers they must we write a port after ip because it’s not working on default port.
Can i redirect this traffic to different ports by domain name.
For example HAProxy listen game’s default port 2000.
If client trying to connect abc.com:2000 haproxy redirect this traffic to 127.0.0.1:2001
if try do abcd.com:2000 haproxy redirect this traffic to 127.0.0.1:2002Is it possible, if yes how can i do it ?
Thank you.
Posts: 2
Participants: 2