No suggestions yet. Hit Enter to look it up.
As you start searching, your past searches will show here.
Yeet the laggy reversed DNS lookup for literal IP server addresses
v1.0.8-mc1.21.4-neoforge · 1 month ago · 10.09 KB
v1.0.8-mc1.18.2-forge · 1 month ago · 10.09 KB
v1.0.8-mc1.21.3-forge · 1 month ago · 10.09 KB
v1.0.8-mc1.17.1-forge · 1 month ago · 10.09 KB
v1.0.8-mc1.18.2-fabric · 1 month ago · 10.13 KB

Yeet the laggy reversed DNS lookup for literal IP server addresses
Extracted from the yeetServerIpReversedDnsLookup option in TweakerMore Mod
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:
by jellysquid3
The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!
by coderbot
A modern shader pack loader for Minecraft intended to be compatible with existing OptiFine shader packs
by tr7zw
Using async path-tracing to hide Block-/Entities that are not visible
Download Fast IP Ping
Select a game version to see available downloads
No versions match your filters
About the creator
External link
You are about to leave SkinMC and visit an external website. Please be careful and make sure you trust this link before continuing.
Log in
Forgot your password? Reset
Don't have an account yet? Sign up
Log out
Are you sure you would like to log out of your SkinMC account?
Recover account
Lost your password? Recover it by entering your email address to get it back.
Found your password? Log in
Conversation