File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ recursor {
23
23
[external-json config-file-path]
24
24
25
25
[verbose 0..2]
26
- zone: zone.name
27
26
[resolver non-default {
28
27
urls udp://ip-1:port udp://ip-n:port
29
28
[timeout_ms 500]
@@ -38,7 +37,6 @@ recursor {
38
37
~~~
39
38
40
39
The ` recursor ` definition:
41
- - ` zone ` - DNS zone for the recursor
42
40
- ` verbose ` - stdout logs level:
43
41
- ` 0 ` - minimal
44
42
- ` 1 ` - middle
@@ -77,7 +75,6 @@ recursor {
77
75
[external-json config-file-path]
78
76
79
77
[verbose 0..2]
80
- zone: demo.svc
81
78
resolver dns-c {
82
79
urls udp://1.1.1.1:53 udp://1.0.0.1:53
83
80
timeout_ms 500
@@ -118,7 +115,6 @@ recursor {
118
115
#### External YAML
119
116
120
117
``` yaml
121
- zone : demo.svc
122
118
resolvers :
123
119
dns-c :
124
120
urls : [ udp://1.1.1.1:53, udp://1.0.0.1:53 ]
@@ -152,7 +148,6 @@ aliases:
152
148
153
149
` ` ` json
154
150
{
155
- " zone " : " demo.svc" ,
156
151
" resolvers " : {
157
152
" dns-c " : {
158
153
" urls " : [ "udp://1.1.1.1:53", "udp://1.0.0.1:53" ],
You can’t perform that action at this time.
0 commit comments