mirror of
https://github.com/coredns/coredns.git
synced 2025-11-23 20:24:02 -05:00
plugin/proxy: fix except example (#1796)
I just noticed this discrepancy in one of the `except` examples.
This commit is contained in:
@@ -165,7 +165,7 @@ Proxy everything except `example.org` using the host's `resolv.conf`'s nameserve
|
|||||||
~~~ corefile
|
~~~ corefile
|
||||||
. {
|
. {
|
||||||
proxy . /etc/resolv.conf {
|
proxy . /etc/resolv.conf {
|
||||||
except miek.nl example.org
|
except example.org
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user