Description
Changes Ruby DNS resolution so Socket uses Resolv-based lookup behavior. It is useful for applications that need Ruby-level DNS handling instead of relying directly on the system resolver path.
DNS behavior affects connectivity, timeouts, and trust decisions. Test resolver differences, caching, search domains, and failure behavior before using it in production services.