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

推荐订阅源

Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
MyScale Blog
MyScale Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
P
Proofpoint News Feed
人人都是产品经理
人人都是产品经理
Last Week in AI
Last Week in AI
罗磊的独立博客
G
Google Developers Blog
Y
Y Combinator Blog
博客园 - 【当耐特】
WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
J
Java Code Geeks
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
美团技术团队
宝玉的分享
宝玉的分享
Jina AI
Jina AI
小众软件
小众软件
T
Tailwind CSS Blog
A
About on SuperTechFans

1.0.2 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.0.2 Release
coredns · 2017-12-31 · via 1.0.2 on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.0.2! This release can be summarized as “help external plugin developers” as most changes are geared towards exposing CoreDNS functionality to make this as easy as possible. Is also a fairly small release.

Core

Expose the directives list, so that external plugins can be easily added without mucking with CoreDNS code, see the pull request for details.

Fix crash when there are no handlers that can actually serve queries, i.e. a Corefile with only debug and pprof for instance.

Plugins

  • metrics has a New function to help external plugin developers.
  • health plugin now checks all plugins for a health.Healther implementation and will export health for those plugins that do. Again helps external plugin developers.
  • rewrite gained regular expression and substring-matching support.

Contributors

The following people helped with getting this release done: Brad Beam, Francois Tur, Frederic Hemberger, James Hartig, Max Schmitt, Miek Gieben, Paul Greenberg, Yong Tang.

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