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

推荐订阅源

D
Docker
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
The GitHub Blog
The GitHub Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园_首页
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
The Cloudflare Blog

0.9.10 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-0.9.10 Release
coredns · 2017-11-04 · via 0.9.10 on CoreDNS: DNS and Service Discovery

CoreDNS-0.9.10 has been released!

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

Release 0.9.10 is a minor release, with some fixes.

Core

  • The reverse zone syntax was extended to allow non-octet boundaries:

    192.168.1.0/17 {
        ...
    }
    

    Will behave correctly.

  • Lots of documentation clean ups.

  • More platforms have binaries for each release.

Plugins

  • dnssec will now insert DS records (and sign them) when it signs a delegation response.
  • host now checks for /etc/hosts updates in a separate go-routine.

Contributors

The following people helped with getting this release done: Chris O’Haver, Miek Gieben, Pat Moroney, Paul Hoffman, Sandeep Rajan, 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.