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?
autossh
too. Oh, and your problem is not specific to minecraft. Execute on gamserver something likessh -R 25565:localhost:25565 domain1.com
– Alex Stragies Jul 23 '19 at 09:35