dns_record
A DNS record for a domain. One domain has many records (A, CNAME, MX, TXT, etc.).
| Metadata | Value |
|---|---|
| Plural | dns_records |
| Subtitle field | recordType |
| Identity | domain, recordType, recordName |
Fields
Section titled “Fields”| Field | Type |
|---|---|
domain | string |
recordName | string |
recordType | string |
ttl | integer |
values | string[] |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- RFC 1035 (DNS) — Foundational spec. Our domain/recordName/recordType/ttl/values map directly to NAME/TYPE/CLASS/TTL/RDATA.
- RFC 7208 (SPF), RFC 6376 (DKIM), RFC 7489 (DMARC) — TXT-record vocabularies that frequently populate our values[] for SPF, DKIM, and DMARC policy records.