Published Jun 15, 2023
DNS Lookup Function
lookUpDNS
Sends a lookup query to stated host and returns the result
drudr lookUpDNS
( string queryType,
string queryString,
string host,
int port,
int timeout,
int retries )
Parameter | Description |
---|---|
| The query type to be used, e g NAPTR, AAA, CNAME, etc. For full list, see https://javadoc.io/static/dnsjava/dnsjava/3.3.1/org/xbill/DNS/Type.html. |
| The string to be used in the query. |
| The host that should be used for the lookup. |
| The port that should be used for the lookup. |
| The number of milliseconds to wait before timeout. |
| The number of retries you want to make before returning an error code and proceeding. |
Returns | A |
, multiple selections available,
Related content
DNS Lookup Function
DNS Lookup Function
More like this
DNS Lookup Function
DNS Lookup Function
More like this
DNS Lookup Function
DNS Lookup Function
More like this
DNS Lookup Function(4.2)
DNS Lookup Function(4.2)
More like this
DNS Lookup Function(4.1)
DNS Lookup Function(4.1)
More like this
DNS Lookup Function(5.0)
DNS Lookup Function(5.0)
More like this