You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I've started using infrared and it works wonderfully, the problem is I have a Alpha server running on my server and from what i've read it can't support versions bellow 1.6 (i think) so to keep the alpha server running normally using just my domain name, how can I change the default port from infrared while making it still work on more modern servers? Ill give an example bellow:
{
"domainName": "play.example.com",
"proxyTo": "192.168.3.4:25568",
"listenTo": "0.0.0.0:25570",
"disconnectMessage": "Goodbye",
"offlineStatus": {
"motd": "Server is currently offline :("
}
}
I dont know if im doing something wrong but it doesn't work like it should. If i change it back to 25565 the server works but I cant run the alpha one.
The text was updated successfully, but these errors were encountered:
The configs look fine, but you need to use yourdomain.com:25570 to connect to Infrared if you change the port. So you also need to add the port at the end of the address. You might be able to mitigate this by also using a SRV record in your DNS settings
Hello! I've started using infrared and it works wonderfully, the problem is I have a Alpha server running on my server and from what i've read it can't support versions bellow 1.6 (i think) so to keep the alpha server running normally using just my domain name, how can I change the default port from infrared while making it still work on more modern servers? Ill give an example bellow:
compose.yml
play.example.com.json
I dont know if im doing something wrong but it doesn't work like it should. If i change it back to 25565 the server works but I cant run the alpha one.
The text was updated successfully, but these errors were encountered: