TXT
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
type | type | yes | (A, AAAA, CNAME, CAA, ALIAS, TXT, MX) |
name | fqdn_or_subdomain | yes | Fully Qualified Domain Name (FQDN) or subdomain. You can use the @ symbol to represent your apex domain (e.g., example.com). Wildcards are supported. |
ttl | ttl | no | Time To Live in seconds (60-86400) |
annotation | string | no | A custom note for this particular record. |
data | string | yes | Free text. Control characters (including CR, LF, TAB and NUL) are rejected: the value is rendered into the zone file, where a line break would become a zone file line of its own. The length limit matches the storage column. |
Example
Section titled “Example”{ "type": "A", "name": "www", "ttl": 600, "annotation": "string", "data": "string"}