github.com/hexonet/dnscontrol@v0.2.8/providers/octodns/octoyaml/parse_tests/003-complex.yaml (about)

     1  ---
     2  foo:
     3  - ttl: 303
     4    type: A
     5    values:
     6    - 1.2.3.4
     7    - 1.2.3.5
     8  - ttl: 303
     9    type: MX
    10    values:
    11    - priority: 10
    12      value: mx1.example.com.
    13    - priority: 10
    14      value: mx2.example.com.
    15  one:
    16    ttl: 303
    17    type: A
    18    value: 1.2.3.3