pancheri/zone_example.yml

16 lines
359 B
YAML

zone:
root: 'xe'
records:
- type: 'A'
domains: ['test']
ipv4: '1.2.3.4'
- type: 'AAAA'
domains: ['testv6']
ipv6: 'bd1f:f314:5398:0e3d:b3e0:f427:73ef:60fb'
- type: 'CNAME'
domains: ['cname']
content: 'test'
- type: 'TXT'
domains: ['txt']
content: |
WHY HELLO THERE MY FELLOW E3TEAMERS