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 {
2323 [external-json config-file-path]
2424
2525 [verbose 0..2]
26- zone: zone.name
2726 [resolver non-default {
2827 urls udp://ip-1:port udp://ip-n:port
2928 [timeout_ms 500]
@@ -38,7 +37,6 @@ recursor {
3837~~~
3938
4039The ` recursor ` definition:
41- - ` zone ` - DNS zone for the recursor
4240- ` verbose ` - stdout logs level:
4341 - ` 0 ` - minimal
4442 - ` 1 ` - middle
@@ -77,7 +75,6 @@ recursor {
7775 [external-json config-file-path]
7876
7977 [verbose 0..2]
80- zone: demo.svc
8178 resolver dns-c {
8279 urls udp://1.1.1.1:53 udp://1.0.0.1:53
8380 timeout_ms 500
@@ -118,7 +115,6 @@ recursor {
118115#### External YAML
119116
120117``` yaml
121- zone : demo.svc
122118resolvers :
123119 dns-c :
124120 urls : [ udp://1.1.1.1:53, udp://1.0.0.1:53 ]
@@ -152,7 +148,6 @@ aliases:
152148
153149` ` ` json
154150{
155- " zone " : " demo.svc" ,
156151 " resolvers " : {
157152 " dns-c " : {
158153 " 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