-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
65 lines (65 loc) · 1.22 KB
/
config.example.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
server:
listen:
- 127.0.0.1:53
webhook:
listen: :8080
timeout: 30s
allowFrom:
- 127.0.0.1/8
- ::1/128
dataStore:
mode: yaml
path: ./store.yml
tsigSecrets:
- name: example.com.
secret: so6ZGir4GPAqINNh9U5c3A==
zoneDefault:
ttl: 3600
ns:
- ns1.example.com.
- ns2.example.com.
allowTransfer:
- 127.0.0.1/8
- ::1/128
soa:
ns: ns1.example.com.
mBox: root.example.com.
refresh: 3600
retry: 900
expire: 604800
minTTL: 3600
zones:
- suffix: example.com.
# override zoneDefault
ttl: 3600
ns:
- ns1.example.com.
- ns2.example.com.
soa:
ns: ns1.example.com.
mBox: root.example.com.
refresh: 3600
retry: 900
expire: 604800
minTTL: 3600
records:
- name: info
cname: service.example.com
- name: shop
cname: service.example.com
- txt: v=spf1 include:info.example.com
- name: info
txt: v=spf1 ip4:192.0.2.200 ~all
netbox:
host: '192.0.2.0'
serverName: netbox.example.com
useTLS: true
verifyTLS: true
token: abcdefghijklmnopqrstuvwxyabcdefghijklmno
mode: description
interval: 60m
slack:
webhookURL: https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX
channel: general
name: nsbox
iconEmoji: thinking_face