DNSLookupOptions
Options for DNS query.
Properties
Name | Type | Description | Notes |
---|---|---|---|
hostname | str | List of record types you wish to query such as MX, DNS, TXT, NS, A etc. | |
record_types | list[str] | List of record types you wish to query such as MX, DNS, TXT, NS, A etc. | |
omit_final_dns_dot | bool | Optionally control whether to omit the final dot in full DNS name values. |