pancheri/zone_example.yml

16 lines
359 B
YAML
Raw Normal View History

2023-10-02 01:38:23 +00:00
zone:
root: 'xe'
records:
- type: 'A'
2023-10-02 14:21:08 +00:00
domains: ['test']
2023-10-02 01:38:23 +00:00
ipv4: '1.2.3.4'
- type: 'AAAA'
2023-10-02 14:21:08 +00:00
domains: ['testv6']
2023-10-02 01:38:23 +00:00
ipv6: 'bd1f:f314:5398:0e3d:b3e0:f427:73ef:60fb'
- type: 'CNAME'
2023-10-02 14:21:08 +00:00
domains: ['cname']
content: 'test'
2023-10-02 01:38:23 +00:00
- type: 'TXT'
2023-10-02 14:21:08 +00:00
domains: ['txt']
2023-10-02 01:38:23 +00:00
content: |
WHY HELLO THERE MY FELLOW E3TEAMERS