Back to mods
Fast IP Ping project artwork

CurseForge · Minecraft mod

Fast IP Ping

Yeet the laggy reversed DNS lookup for literal IP server addresses

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Fast IP Ping release matches 26.2?

Updated last month
Best match for your filters [merged] Fast IP Ping v1.0.11 for mc26.1.2
Game version 26.1, 26.1.1, 26.1.2
Loader Fabric, Forge, NeoForge

Fast IP Ping [merged] Fast IP Ping v1.0.11 for mc26.1.2 targets 26.1, 26.1.1, 26.1.2 with Fabric, Forge, NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is Fast IP Ping required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Forge, NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Fast IP Ping [merged] Fast IP Ping v1.0.11 for mc26.1.2 need?

[merged] Fast IP Ping v1.0.11 for mc26.1.2 on 26.2. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Fast IP Ping without breaking your instance.

Built for Fast IP Ping [merged] Fast IP Ping v1.0.11 for mc26.1.2 on 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use [merged] Fast IP Ping v1.0.11 for mc26.1.2. It targets 26.1, 26.1.1, 26.1.2 with Fabric, Forge, NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside [merged] Fast IP Ping v1.0.11 for mc26.1.2. It opens that exact file at the source.

About this project

What does Fast IP Ping add?

pinging

Yeet the laggy reversed DNS lookup for literal IP server addresses

Extracted from the yeetServerIpReversedDnsLookup option in TweakerMore Mod

What & Why & How

For servers whose addresses are represented solely by a literal IP, e.g. 192.168.2.10:25565, disable reverse DNS lookups in the corresponding InetAddress object

Many non-loopback IPs lack associated domain names, which makes reverse lookups time-consuming

// java.net.InetAddress#getHostName(boolean)
String getHostName(boolean check) {
    if (holder().getHostName() == null) {  // It will be null if InetAddress.getByName() received a literal IP
        holder().hostName = InetAddress.getHostFromNameService(this, check);  // <-- takes forever
    }
    return holder().getHostName();
}

This option sets the domain of those servers directly to their IP, bypassing the reverse DNS check

This results in a 1s ~ 5s reduction in time for servers with literal IP address. Affects the following environments:

  • Pinging the server in the server list screen
  • Connecting to the server

Environment

  • Client-side only
  • Fabric / Forge / NeoForge mod loader. No extra requirement is needed

Project description from CurseForge.

Pick your setup

Fast IP Ping by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

77 available setups

Showing the newest 12 of 41 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Fast IP Ping versions and loaders

1 of 50 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.