Skip to content

Commit 25419be

Browse files
authored
Update recursor.md
Updated readme; new version gets zone from Coredns config
1 parent ba64bd0 commit 25419be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/explugins/recursor.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4039
The `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
122118
resolvers:
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" ],

0 commit comments

Comments
 (0)