diff options
author | 2018-01-10 11:45:12 +0000 | |
---|---|---|
committer | 2018-01-10 11:45:12 +0000 | |
commit | b7476d0217ebfca264dba7d3ec672147665e6b80 (patch) | |
tree | 0859d08273ca8dcadc587ad68cadef2a1a15165a /plugin/proxy | |
parent | 48059a6c3e33f34263c74a09630a85ae885e1178 (diff) | |
download | coredns-b7476d0217ebfca264dba7d3ec672147665e6b80.tar.gz coredns-b7476d0217ebfca264dba7d3ec672147665e6b80.tar.zst coredns-b7476d0217ebfca264dba7d3ec672147665e6b80.zip |
Doc (#1369)
* Constent atx headers
* Regen manual pages
Diffstat (limited to 'plugin/proxy')
-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 c5356ea37..ce67c1d79 100644 --- a/plugin/proxy/README.md +++ b/plugin/proxy/README.md @@ -195,7 +195,7 @@ example.org { } ~~~ -# Bugs +## Bugs When using the `google_https` protocol the health checking will health check the wrong endpoint. See <https://github.com/coredns/coredns/issues/1202> for some background. |