blob: e88b275ac8b520371ed54824213cf0710fcecee4 (
plain) (
blame)
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
|
[output]
directory = "output"
ttl = 3600
soa.mname = "localhost"
soa.rname = "ns0.example.org"
soa.refresh = 10803
soa.retry = 900
soa.expire = 604800
soa.minimum = 600
ns = [
"ns1.example.org",
"ns2.example.org",
]
zones = [
"1.0.10.in-addr.arpa",
"2.0.10.in-addr.arpa",
"3.0.10.in-addr.arpa",
"1.0.a.2.0.0.2.ip6.arpa",
"2.0.a.2.0.0.2.ip6.arpa",
"3.0.a.2.0.0.2.ip6.arpa",
]
[input]
xfr_timeout = 300
cache = "cache"
[[input.zone]]
name = "fred.example"
server = "10.100.0.1"
tsig = { "tsig.example.org" = ["hmac-sha256", "36A2xRALPymYl3Q7axrtAk1AICJyPhu2KkK7PxJhTQ8=" ] }
[[input.zone]]
name = "barney.example"
server = "10.200.0.1"
|