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
[x] The FAQ doesn't contain a resolution to my issue
Versions
minecraft-protocol: 1.20.2
server: paper 1.20.2
node: 21.7.2
Detailed description of a problem
mc.createClient doesnt check for SRV dns records
i have an A record set to X ip, and an SRV record set to Y ip. if i set mc.createClient({host: "my domain" ...}), it tries to connect to X instead of Y
[x] The FAQ doesn't contain a resolution to my issue
Versions
Detailed description of a problem
mc.createClient
doesnt check for SRV dns recordsi have an A record set to X ip, and an SRV record set to Y ip. if i set
mc.createClient({host: "my domain" ...})
, it tries to connect to X instead of YCurrent code
Expected behavior
connection to Y ip
Additional context
The text was updated successfully, but these errors were encountered: