github.com/hexonet/dnscontrol@v0.2.8/providers/octodns/octoyaml/parse_tests/004-doc-example1.json (about)

     1  [
     2    {"type":"CNAME","name":"*","target":"www.example.com."},
     3    {"type":"A","name":"@","target":"1.2.3.4","ttl":304},
     4    {"type":"A","name":"@","target":"1.2.3.5","ttl":304},
     5    {"type":"A","name":"www","target":"1.2.3.4","ttl":304},
     6    {"type":"A","name":"www","target":"1.2.3.5","ttl":304},
     7    {"type":"A","name":"www.sub","target":"1.2.3.6","ttl":304},
     8    {"type":"A","name":"www.sub","target":"1.2.3.7","ttl":304}
     9  ]