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

推荐订阅源

罗磊的独立博客
I
InfoQ
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
WordPress大学
WordPress大学
B
Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI

1.0.5 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.0.5 Release
coredns · 2018-01-25 · via 1.0.5 on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.0.5! This release has bug fixes, documentation fixes, polish and new plugins.

Core

Add ability to really compile out the default plugins.

Plugins

  • A new plugin route53 was added that enables serving zone data from AWS route53, see the documentation.

  • A new plugin on was added. This is an external Caddy plugin, that is now also available (by default) for CoreDNS; it allows you to run commands when an event is generated.

  • cache doesn’t apply a 5s minimum TTL anymore. It fixes prefetching and correctly sets the metrics for cache hits and misses.

  • dnssec fixes handing out expired signatures after 8 days and properly filters out the qtype in the NSEC bitmap for NXDOMAIN responses.

  • log adds message ID {>id} to the default logging.

  • health has gotten a lameduck option that will nack health, but will keep the server running for a configurable duration when CoreDNS is being shut down. If metrics are enabled health exports a metric that curls the local endpoint and exports the duration. Useful for getting a sense of overloadedness of the process.

  • rewrite can now rewrite answers for name regex matches. This prevents DNS clients from ignoring the answers due to a mismatch with the original question.

  • secondary saw a bunch of fixes.

Contributors

The following people helped with getting this release done:

Christian Nilsson, cricketliu, Francois Tur, Ilya Galimyanov, Miek Gieben, Paul Greenberg, Ruslan Drozhdzh, Tobias Schmidt, Yong Tang, Yue Ko.

If you want to help, please check out one of the issues and start coding! For documentation and help, see our community page.