diff options
Diffstat (limited to 'middleware/chaos/README.md')
-rw-r--r-- | middleware/chaos/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/chaos/README.md b/middleware/chaos/README.md index 57f18ede3..e03af7d00 100644 --- a/middleware/chaos/README.md +++ b/middleware/chaos/README.md @@ -9,8 +9,8 @@ This is useful for retrieving version or author information from the server. chaos [VERSION] [AUTHORS...] ~~~ -* **VERSION** the version to return. Defaults to CoreDNS-<version>, if not set. -* **AUTHORS** what authors to return. No default. +* **VERSION** is the version to return. Defaults to `CoreDNS-<version>`, if not set. +* **AUTHORS** is what authors to return. No default. Note that you have to make sure that this middleware will get actual queries for the following zones: `version.bind`, `version.server`, `authors.bind`, `hostname.bind` and |