I have a domain name domain1.com and I want if someone want to connect (via minecraft) on port 25565 that the connection is transfered to another server.
So: connect to domain1.com:25565 ==> something listens on 25565 ==> transferes the Connection to gameserver.com:25565
I did looked into nginx but I saw that it doesnt work for the "minecraft" protocol.
What other Option do I have?