resolveSrv
suspend fun MinecraftServer.resolveSrv(host: String, dnsServer: String = "8.8.8.8", dnsPort: Int = 53, timeout: Long = 3000): SrvRecord?
Resolves the SRV record for Minecraft server by the given host.
You may need to get the system DNS server here, for Google's DNS server doesn't work in some regions.