mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
@@ -31,7 +31,7 @@ added. Documentation can be found in
|
||||
|
||||
* *proxy*: fix a bug when a connection hangs and never gets release (#467)
|
||||
* *proxy*: Fold *httpproxy* into it, which is now a normal proxy with a special `protocol`. For
|
||||
Monitoring an extra label was added: `proxy_proto` that shows the protocol used (`dns` or `https_google`).
|
||||
Monitoring an extra label was added: `proxy_proto` that shows the protocol used (`dns` or `https_google`).
|
||||
See the [proxy README.md](https://github.com/coredns/coredns/blob/master/plugin/proxy/README.md) for details.
|
||||
* *httpproxy*: removed because functionality is moved to *proxy*.
|
||||
* *kubernetes*: Now implements the full
|
||||
@@ -43,7 +43,7 @@ added. Documentation can be found in
|
||||
* *kubernetes*: Simplified the configuration of reverse zones. Instead of listing the zones in the
|
||||
zone list, you can just add a list of CIDRs using the `cidrs` option.
|
||||
* *rewrite*: allow rewriting more bits of the incoming packet. This required some backward
|
||||
*incompatible* changes, e.g. a new **FIELD** keyword is now required. See the
|
||||
*incompatible* changes, e.g. a new **FIELD** keyword is now required. See the
|
||||
[rewrite README.md](https://github.com/coredns/coredns/blob/master/plugin/rewrite/README.md) for details.
|
||||
|
||||
|
||||
|
||||
@@ -10,9 +10,9 @@ author = "coredns"
|
||||
The CoreDNS team has released
|
||||
[CoreDNS-1.5.2](https://github.com/coredns/coredns/releases/tag/v1.5.2).
|
||||
|
||||
Small bugfixes and a change to Caddy's import path (mholt/caddy -> caddyserver/caddy). Doing
|
||||
a release helps plugins deal with the change better.
|
||||
|
||||
Small bugfixes and a change to Caddy's import path (mholt/caddy -> caddyserver/caddy). Doing
|
||||
a release helps plugins deal with the change better.
|
||||
|
||||
# Plugins
|
||||
|
||||
* For all plugins that use the `upstream` directive it use removed from the documentation; it's still accepted
|
||||
|
||||
Reference in New Issue
Block a user