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

     1  ---
     2  '':
     3    type: A
     4    ttl: 304
     5    values:
     6      - 1.2.3.4
     7      - 1.2.3.5
     8  '*':
     9    type: CNAME
    10    value: www.example.com.
    11  www:
    12    type: A
    13    ttl: 304
    14    values:
    15      - 1.2.3.4
    16      - 1.2.3.5
    17  www.sub:
    18    type: A
    19    ttl: 304
    20    values:
    21      - 1.2.3.6
    22      - 1.2.3.7