CurseForge · Minecraft mod
Fast IP Ping
Yeet the laggy reversed DNS lookup for literal IP server addresses
Quick answer
Which Fast IP Ping release matches 26.2?
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.
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.
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.
- 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.
- 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.
- 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.
- 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?

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.
26.1.2
4 loader builds26.1.1
4 loader builds26.1
4 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader buildsShowing 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
[merged] Fast IP Ping v1.0.11 for mc26.1.2
fast-ip-ping-v1.0.11-mc26.1.2.jar
16 Apr 2026
Looking for an older file? The official CurseForge project page is in Resources.