Commit afed9164 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

plugin/proxy: fix except example (#1796)

I just noticed this discrepancy in one of the `except` examples.
parent 2c04e72b
......@@ -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
}
}
~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment