Skip to content

Commit 6765e83

Browse files
committed
Add example yaml files
1 parent 811140b commit 6765e83

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

static.example.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: example.com.
2+
rrdatas:
3+
- 10.0.0.1
4+
- 10.0.0.2
5+
type: A
6+
ttl: 60
7+
---
8+
name: example.com.
9+
rrdatas:
10+
- 10 mail.example.net.
11+
type: MX
12+
ttl: 60
13+
---
14+
name: www.example.com.
15+
rrdatas:
16+
- www.example.net
17+
type: CNAME
18+
ttl: 60
19+
---
20+
name: www.example.net.
21+
rrdatas:
22+
- 10.0.0.3
23+
type: A
24+
ttl: 60

zones.example.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
zones:
2+
- example.com
3+
- example.net

0 commit comments

Comments
 (0)