惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

1.1.3 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.1.3 Release
coredns · 2018-05-24 · via 1.1.3 on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.1.3!

This release has fixes in the plugins, small core updates and experimental DNS over HTTPs support. We also announce the deprecation of a few things.

Core

Experimental DNS-over-HTTPS support was added in the server. Use https:// as the server’s scheme in the configuration.

The -log flag actually doesn’t do anything, so this is a deprecation notice that this flag will be removed in the next release.

Plugins

  • metrics All in-tree plugins serve metrics with a server label.
    • cache and dnssec drop the capacity metrics
    • add a panic counter: coredns_panic_count_total
  • etcd supports A and AAAA record under the zone’s apex.
  • rewrite now handles continue in response rewrites.
  • forward clean ups, esp when shutting it down.
  • cache adds some optimization.
  • kubernetes adds option to ignore services without ready endpoints.
  • Deprecation notice for the reverse plugin.
  • Deprecation notice for the https_google protocol in proxy.

Contributors

The following people helped with getting this release done:

Ahmet Alp Balkan, Anton Antonov, Cem Türker, Chris O’Haver, darkweaver87, Eugen Kleiner, Francois Tur, John Belamaric, Mario Kleinsasser, Miek Gieben, Ruslan Drozhdzh, Silver, Tobias Schmidt, Yong Tang.

For documentation see our (in progress!) manual. For help and other resources, see our community page.