Appearance
254 - DNS Records
DNS zone record entries. This is an example of a MAML document.
maml
{
zone: "unlawful-numeric.name"
records: [
{
type: "A"
name: "mail"
value: "28.11.7.177"
ttl: 86400
}
{
type: "MX"
name: "@"
value: "v=spf1 include:_spf.prime-pants.biz ~all"
ttl: 86400
}
{
type: "AAAA"
name: "api"
value: "v=spf1 include:_spf.greedy-petal.biz ~all"
ttl: 86400
}
{
type: "A"
name: "staging"
value: "hopeful-fellow.net"
ttl: 86400
}
{
type: "A"
name: "*"
value: "v=spf1 include:_spf.urban-lotion.info ~all"
ttl: 300
}
{
type: "TXT"
name: "cdn"
value: "v=spf1 include:_spf.enchanted-unique.net ~all"
ttl: 3600
}
{
type: "A"
name: "www"
value: "v=spf1 include:_spf.firm-nougat.biz ~all"
ttl: 300
}
{
type: "CNAME"
name: "staging"
value: "lawful-cuckoo.name"
ttl: 86400
}
]
}