-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
I encountered an issue when trying to use Minetrack with servers hosted on RadminVPN.
When I specify a server IP address from RadminVPN (e.g., 26.144.41.20:25566) in the servers.json file, Minetrack throws the following error: getaddrinfo ENOTFOUND 26.144.41.20
Observations
- The server itself is successfully running on the specified IP and port.
- If I use a Playit.gg tunnel (e.g.,
job-carl.joinmc.link), everything works as expected.
Steps to Reproduce
- Add a RadminVPN IP to
servers.json:[ { "name": "Test Server", "ip": "26.144.41.20:25566", "type": "PC" } ]
2.Start Minetrack using node main.js.
3.Observe the ENOTFOUND error in the console and UI.
Expected Behavior
Minetrack should resolve and monitor the RadminVPN IP without errors.
Actual Behavior
Minetrack fails to resolve the RadminVPN IP and shows an ENOTFOUND error.
Notes
Using a Playit.gg tunnel works fine.
The server hosted on the RadminVPN IP is accessible when testing with Minecraft clients directly.
Environment
Minetrack version: latest
Node.js version: v22.13.0
OS: Windows 11 64-bit (22H2)
Is there any way to make Minetrack recognize RadminVPN IPs?
Thank you in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels
