pancheri/zone_example.yml

24 lines
484 B
YAML
Raw Normal View History

2023-10-02 01:38:23 +00:00
zone:
root: 'xe'
records:
- type: 'A'
domains: ['some_a']
ipv4: '1.2.3.4'
- type: 'AAAA'
domains: ['some_aaaa']
ipv6: 'bd1f:f314:5398:0e3d:b3e0:f427:73ef:60fb'
- type: 'CNAME'
domains: ['some_cname']
content: 'some_a'
- type: 'MX'
domains: ['some_mail_domain']
mailserver: 'mail.e3t.cc'
priority: 10
- type: 'TXT'
domains: ['some_txt']
content: |
WHY HELLO THERE MY FELLOW E3TEAMERS