Class FTW::DNS::DNS
In: lib/ftw/dns/dns.rb
lib/ftw/dns/dns.rb
Parent: Object

A FTW::DNS resolver that uses Socket.gethostbyname() to resolve addresses.

Methods

resolve   resolve  

Public Instance methods

Resolve a hostname.

It will return an array of all known addresses for the host.

Resolve a hostname.

It will return an array of all known addresses for the host.

[Validate]