DNS Records Resolver
The DNS Records resolver stores the data in DNS wire format. The resolver supports the following types of DNS records: A, AAAA, CNAME, DS, NS, PTR, SRV, and TXT.
Compatible DNS Types
| Type | Description |
|---|---|
| A | Maps a hostname to its IPv4 address. |
| AAAA | Maps a hostname to its IPv6 address. |
| CNAME | Maps an alias name to its real name. |
| DS | Defines a delegation signer for a domain. |
| NS | Defines a name server for a domain. |
| PTR | Maps an IP address to its hostname. |
| SRV | Defines a service location. |
| TXT | Stores text data. |