github.com/StackExchange/DNSControl@v0.2.8/providers/octodns/octoyaml/parse_tests/005-doc-example2.yaml (about)

     1  ---
     2  '':
     3    - type: A
     4      ttl: 305
     5      values:
     6        - 1.2.3.4
     7        - 1.2.3.5
     8    - type: MX
     9      ttl: 305
    10      values:
    11        - priority: 10
    12          value: mx1.example.com.
    13        - priority: 10
    14          value: mx2.example.com.