plugin/proxy: fix except example (#1796)

I just noticed this discrepancy in one of the `except` examples.
This commit is contained in:
Chris O'Haver
2018-05-11 13:51:21 -04:00
committed by GitHub
parent 2c04e72bdc
commit afed91646a

View File

@@ -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
}
}
~~~