aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-04-13 10:19:09 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2016-04-13 10:19:09 +0000
commitc3f8bb37354326038a78095b758a7f2bfe70347c (patch)
tree970b1dd61cf73fa78f148ca281cfed387c7f2f2f
parente979acba1bd0966813850492fde3adafa3278a98 (diff)
downloadcoredns-c3f8bb37354326038a78095b758a7f2bfe70347c.tar.gz
coredns-c3f8bb37354326038a78095b758a7f2bfe70347c.tar.zst
coredns-c3f8bb37354326038a78095b758a7f2bfe70347c.zip
Fix default address typo in health README
-rw-r--r--middleware/health/README.md2
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).