mirror of
https://github.com/coredns/coredns.git
synced 2025-11-23 04:12:17 -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
|
||||
. {
|
||||
proxy . /etc/resolv.conf {
|
||||
except miek.nl example.org
|
||||
except example.org
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user