Example 17242
DNS Records
DNS zone record entries.
{
zone: "outgoing-birdcage.org"
records: [
{
type: "MX"
name: "api"
value: "weird-typewriter.net"
ttl: 300
}
{
type: "MX"
name: "*"
value: "weary-councilman.org"
ttl: 300
}
{
type: "A"
name: "mail"
value: "bony-contrail.com"
ttl: 86400
}
{
type: "NS"
name: "api"
value: "v=spf1 include:_spf.wiggly-hepatitis.org ~all"
ttl: 3600
}
{
type: "AAAA"
name: "*"
value: "v=spf1 include:_spf.regular-pantyhose.name ~all"
ttl: 86400
}
]
}