CurseForge · Minecraft mod
Fast IP Ping
Yeet the laggy reversed DNS lookup for literal IP server addresses
Quick answer
Which Fast IP Ping release should I use?
Fast IP Ping [neoforge] Fast IP Ping v1.0.11 for mc1.21.10 targets 1.21.9, 1.21.10 with 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 [neoforge] Fast IP Ping v1.0.11 for mc1.21.10 need?
[neoforge] Fast IP Ping v1.0.11 for mc1.21.10. Change the file and its required mods may change too.
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 [neoforge] Fast IP Ping v1.0.11 for mc1.21.10. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [neoforge] Fast IP Ping v1.0.11 for mc1.21.10. It targets 1.21.9, 1.21.10 with 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 [neoforge] Fast IP Ping v1.0.11 for mc1.21.10. 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
3 loader builds26.1.1
3 loader builds26.1
3 loader builds1.21.11
2 loader builds1.21.10
3 loader builds1.21.9
3 loader builds1.21.8
3 loader builds1.21.7
3 loader builds1.21.6
3 loader builds1.21.5
3 loader builds1.21.4
3 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
[neoforge] Fast IP Ping v1.0.11 for mc1.21.10
fast-ip-ping-v1.0.11-mc1.21.10-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.11
fast-ip-ping-v1.0.11-mc1.21.11-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.5
fast-ip-ping-v1.0.11-mc1.21.5-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.8
fast-ip-ping-v1.0.11-mc1.21.8-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.4
fast-ip-ping-v1.0.11-mc1.21.4-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.3
fast-ip-ping-v1.0.11-mc1.21.3-neoforge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.21.1
fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar
16 Apr 2026
[forge] Fast IP Ping v1.0.11 for mc1.20.4
fast-ip-ping-v1.0.11-mc1.20.4-forge.jar
16 Apr 2026
[neoforge] Fast IP Ping v1.0.11 for mc1.20.6
fast-ip-ping-v1.0.11-mc1.20.6-neoforge.jar
16 Apr 2026
[forge] Fast IP Ping v1.0.11 for mc1.19.4
fast-ip-ping-v1.0.11-mc1.19.4-forge.jar
16 Apr 2026
[forge] Fast IP Ping v1.0.11 for mc1.18.2
fast-ip-ping-v1.0.11-mc1.18.2-forge.jar
16 Apr 2026
[forge] Fast IP Ping v1.0.11 for mc1.17.1
fast-ip-ping-v1.0.11-mc1.17.1-forge.jar
16 Apr 2026
Looking for an older file? The official CurseForge project page is in Resources.