Create a DNS Record

DurableDNS supports most DNS record types. See the below list of supported types:

In most cases you'll need at least three pieces of information to create a new record: the record name, the record data, and the TTL (or time-to-live) for the record. The record name is generally a host name. The record data is generally an IP address (for an A record) or a hostname (for a CNAME, MX, or NS record). The TTL is the time, in seconds, that resolving DNS servers are allowed to cache the record.