diff options
-rw-r--r-- | plugin/proxy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md index fe01e736e..7341d31a6 100644 --- a/plugin/proxy/README.md +++ b/plugin/proxy/README.md @@ -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 } } ~~~ |