You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a Resolv::DNS object to query a specific nameserver, it will return Resolv::IPv4 / Resolv::IPv6 objects instead of Strings. The IPAddress Property does not typecast these objects.
If you create a
Resolv::DNSobject to query a specific nameserver, it will returnResolv::IPv4/Resolv::IPv6objects instead of Strings. The IPAddress Property does not typecast these objects.