-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.com.yaml.sample
More file actions
39 lines (38 loc) · 938 Bytes
/
example.com.yaml.sample
File metadata and controls
39 lines (38 loc) · 938 Bytes
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
# SPDX-FileCopyrightText: 2024 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: CC0-1.0
example.com:
# Optional override options to preserve remote records that are not configured locally.
# This is equivalent to `--preserve-remote` but is only applied to this domain
# --options:
# preserve_remote: true
# ignore_types: SOA,NS
# Records configuring example.com
.:
- type: A
content: "192.168.13.37"
- type: AAAA
content: "1337:e5e1::1"
- type: MX
content: mail.mailprovider.tld
prio: 10
- type: NS
content: ns.inwx.de
ttl: 86400
- type: NS
content: ns2.inwx.de
ttl: 86400
- type: NS
content: ns3.inwx.eu
ttl: 86400
# *.example.com
"*":
- type: A
content: "192.168.13.37"
- type: AAAA
content: "1337:e5e1::1"
# test.example.com
test:
- type: CNAME
content: cloudprovider.tld
ttl: 300