64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
# Comment
|
|
com: # Comment
|
|
example:
|
|
# Comment
|
|
"@":
|
|
- type: SOA
|
|
value: ns1.example.com. admin.example.com. 1 1 1 1 1
|
|
- type: A
|
|
value: 192.0.2.1
|
|
- type: AAAA
|
|
value: 2001:db8::1
|
|
- type: MX
|
|
ttl: 3600
|
|
value: 10 mail.example.com
|
|
- type: TXT
|
|
ttl: 300
|
|
value: "v=spf1 a mx include:mail.example.com ~all"
|
|
- type: CAA
|
|
ttl: 86400
|
|
value: 0 issue "letsencrypt.org"
|
|
- type: TXT
|
|
ttl: 3600
|
|
value: "foo=bar"
|
|
- type: NS
|
|
value: ns1.example.com
|
|
www:
|
|
- type: CNAME
|
|
ttl: 3600
|
|
value: example.com
|
|
mail:
|
|
- type: A
|
|
value: 192.0.2.2
|
|
status:
|
|
- type: A
|
|
ttl: 3600
|
|
value: 198.51.100.24
|
|
- type: A
|
|
ttl: 3600
|
|
value: 203.0.113.24
|
|
unused: []
|
|
_tcp:
|
|
_xmpp-server:
|
|
- type: SRV
|
|
ttl: 3600
|
|
value: 10 0 5269 example.com
|
|
internal:
|
|
"@":
|
|
- type: A
|
|
ttl: 3600
|
|
value: 10.0.0.1
|
|
ftp:
|
|
- type: A
|
|
ttl: 3600
|
|
value: 10.0.0.2
|
|
partner:
|
|
- type: NS
|
|
ttl: 3600
|
|
value: ns1.example.org
|
|
- type: NS
|
|
ttl: 3600
|
|
value: ns2.example.org
|
|
folders: !include nested/zone.yaml
|
|
org:
|
|
example: !include example.org.yaml
|