diff options
author | 2016-04-13 10:19:09 +0000 | |
---|---|---|
committer | 2016-04-13 10:19:09 +0000 | |
commit | c3f8bb37354326038a78095b758a7f2bfe70347c (patch) | |
tree | 970b1dd61cf73fa78f148ca281cfed387c7f2f2f | |
parent | e979acba1bd0966813850492fde3adafa3278a98 (diff) | |
download | coredns-c3f8bb37354326038a78095b758a7f2bfe70347c.tar.gz coredns-c3f8bb37354326038a78095b758a7f2bfe70347c.tar.zst coredns-c3f8bb37354326038a78095b758a7f2bfe70347c.zip |
Fix default address typo in health README
-rw-r--r-- | middleware/health/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/health/README.md b/middleware/health/README.md index 3bfb5bb5f..af3b2ddd4 100644 --- a/middleware/health/README.md +++ b/middleware/health/README.md @@ -2,7 +2,7 @@ This module enables a simple health check. -By default it will listen on port 9180. +By default it will listen on port 8080. Restarting CoreDNS will stop the health checking. This is a bug. Also [this upstream Caddy bug](https://github.com/mholt/caddy/issues/675). |