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
After a basic set-up of Infrared, set up the Infrared config.
DNS configuration. Shown below is the case for example.com.
;; A Records
servers.example.com. 1 IN A 203.0.113.1
servers.example.com. 1 IN A 203.0.113.2
servers.example.com. 1 IN A 203.0.113.3
servers.example.com. 1 IN A 203.0.113.4
;; SRV Records
_minecraft._tcp.mc1.example.com. 1 IN SRV 1 100 25565 servers.example.com.
Connect to the Minecraft server at mc1.example.com. You will then be connected to 192.0.2.2:25565.
Expected behavior
If you connect on mc1.example.com, you will be routed to 192.0.2.1:25565.
Additional context
I have only checked this with the Java Edition; it is possible that the Bedrock Editon may behave similarly, but since the Bedrock Edition does not allow the use of SRV records, I don't think this will be an issue.
The text was updated successfully, but these errors were encountered:
Not yet, I'm trying to fit in some time to catch up with the backlog of tickets as soon as I have the time. I would also really appreciate some more active maintainers, but I'll probably need to write some more documentation until someone is brave enough to touch the code 😕
Describe the bug
When using SRV records, the domain of the target is referenced.
As a result, routing does not work correctly.
To Reproduce
OS:
Ubuntu 22.04.2 LTS (ARM)
Infrared Version:
ghcr.io/haveachin/infrared:2.0.0-alpha.13
Docker compose:
Infrared Config:
server.yml
How do you trigger the bug/issue?:
mc1.example.com
. You will then be connected to192.0.2.2:25565
.Expected behavior
If you connect on
mc1.example.com
, you will be routed to192.0.2.1:25565
.Additional context
I have only checked this with the Java Edition; it is possible that the Bedrock Editon may behave similarly, but since the Bedrock Edition does not allow the use of SRV records, I don't think this will be an issue.
The text was updated successfully, but these errors were encountered: