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

推荐订阅源

B
Blog RSS Feed
量子位
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
B
Blog
U
Unit 42
C
Check Point Blog
I
InfoQ
aimingoo的专栏
aimingoo的专栏
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
爱范儿
爱范儿

003 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-003 Release
coredns · 2016-11-12 · via 003 on CoreDNS: DNS and Service Discovery

CoreDNS-003 has been released!

CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.

What is New

Core

Refused queries are properly logged and exported if metrics are enabled.

Plugin improvements

  • proxy: allow /etc/resolv.conf to be used in the configuration.
  • metrics: add tests and normalize some of the metrics. Removed the AXFR size metrics.
  • cache: Added size and capacity of the cache (for both denial and success cache types). Don’t cache meta data records and zone transfers.
  • dnssec: metrics were unused, hooked them up: export size and capacity of the signature cache.
  • loadbalance: balance MX records as well.
  • auto: numerous bugfixes.
  • file: fix data race in reload process and also reload a zone when it is mved (newly created) into place. Also rewrite the zone lookup algorithm and be more standards compliant, esp. in the area of DNSSEC, wildcards and empty-non-terminals; handle secure delegations.
  • kubernetes: vendor the k8s dependency and updates to be compatible with Kubernetes 1.4 and 1.5. Multiple cleanups and fixes. Kubernetes services can now be resolved.

Contributors

The following people helped with getting this release done:

Ben Kochie, Chris O’Haver, John Belamaric, Jonathan Dickinson, Manuel Alejandro de Brito Fontes, Michael Grosser, Miek Gieben, 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.