mirror of
https://github.com/coredns/coredns.git
synced 2025-11-29 07:04:08 -05:00
plugin/proxy: add note about HC and google_https (#1269)
HC for google_https does not work because it does not HC the correct set of IPs. Hard to solve in the current code - rather use forward as the new impl. and leave this as legacy. Remove superfluous println that we are refreshing the dns.google.com IP address.
This commit is contained in:
@@ -188,3 +188,8 @@ example.org {
|
||||
proxy . 8.8.8.8:53
|
||||
}
|
||||
~~~
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user