-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yml
More file actions
53 lines (46 loc) · 1.02 KB
/
example.yml
File metadata and controls
53 lines (46 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ttl: 3600
primary_nameserver: ns1.example.net
email: hostmaster@example.com
serial: 2024011201
domain_name: example.com
records:
# @ is allowed for specifying the root.
- name: '@'
a:
- 198.51.100.5
aaaa:
- 2001:db8::f00d
caa:
- flags: 0
tag: issue
ca_domain_name: letsencrypt.org
mx:
- priority: 10
mail_server: server1.example.com
# You can write your lists differently.
ns: [ ns1.example.net, ns2.example.net ]
txt:
- "v=spf1 mx -all"
- name: mail
cname:
- server1.example.com
- name: server1
a:
- 198.51.100.5
aaaa:
- 2001:db8::f00d
- name: gaming
srv:
- service: _minecraft
protocol: _tcp
priority: 10
weight: 10
port: 25567
target: server1.example.net
# Reverse zones allow for usage of "ip4" and "ip6" instead of "name"
# - ip4: '198.51.100.5'
# ptr:
# - 'server1.example.net'
# - ip6: '2001:db8::f00d'
# ptr:
# - 'server1.example.net'