The type parameter represents the record type. For example:
lookup("microsoft.com", "A")Will return all the "A" records for microsoft.com
The jASEN engine will use this DNS resolver if specified, otherwise the internal DNS resolver will be used
@param host The web host to lookup @param type The type of DNS entry to be returned (eg. A or MX) @return The attributes of the registered DNS entry for the given host @throws NamingException If the name could not be found
|
|