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

推荐订阅源

S
Secure Thoughts
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Securelist
T
Tor Project blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LINUX DO - 最新话题
T
Troy Hunt's Blog
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Latest news
Latest news
Google Online Security Blog
Google Online Security Blog
Forbes - Security
Forbes - Security
W
WeLiveSecurity
I
Intezer
K
Kaspersky official blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Security Latest
Security Latest
Spread Privacy
Spread Privacy
H
Hacker News: Front Page
SecWiki News
SecWiki News
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
The Exploit Database - CXSecurity.com
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Help Net Security
Help Net Security
S
Schneier on Security
Schneier on Security
Schneier on Security
T
Tenable Blog
TaoSecurity Blog
TaoSecurity Blog
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
J
Java Code Geeks
月光博客
月光博客
V
Visual Studio Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
腾讯CDC
WordPress大学
WordPress大学
IT之家
IT之家
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
L
Lohrmann on Cybersecurity
博客园 - 司徒正美
量子位
P
Palo Alto Networks Blog

Notes on CoreDNS: DNS and Service Discovery

CoreDNS-1.14.5 Release CoreDNS-1.14.6 Release CoreDNS-1.14.4 Release CoreDNS-1.14.2 Release CoreDNS-1.14.3 Release CoreDNS-1.14.1 Release CoreDNS-1.14.0 Release CoreDNS-1.13.2 Release CoreDNS-1.13.1 Release CoreDNS-1.13.0 Release CoreDNS-1.12.4 Release CoreDNS-1.12.3 Release CoreDNS-1.12.2 Release CoreDNS-1.12.1 Release CoreDNS-1.12.0 Release CoreDNS-1.11.4 Release CoreDNS-1.11.3 Release CoreDNS-1.11.2 Release CoreDNS-1.11.1 Release CoreDNS-1.11.0 Release CoreDNS-1.10.1 Release CoreDNS-1.10.0 Release CoreDNS-1.9.4 Release CoreDNS-1.9.3 Release CoreDNS-1.9.2 Release CoreDNS-1.9.1 Release CoreDNS-1.9.0 Release CoreDNS-1.8.7 Release CoreDNS-1.8.6 Release CoreDNS-1.8.5 Release CoreDNS-1.8.4 Release CoreDNS-1.8.3 Release CoreDNS-1.8.2 Release CoreDNS-1.8.1 Release CoreDNS-1.8.0 Release CoreDNS-1.7.1 Release CoreDNS-1.7.0 Release CoreDNS-1.6.8 Release CoreDNS-1.6.9 Release CoreDNS-1.6.7 Release CoreDNS-1.6.6 Release CoreDNS-1.6.5 Release CoreDNS-1.6.4 Release CoreDNS-1.6.3 Release CoreDNS-1.6.2 Release CoreDNS-1.6.1 Release CoreDNS-1.6.0 Release CoreDNS-1.5.2 Release CoreDNS-1.5.1 Release CoreDNS-1.5.0 Release CoreDNS-1.4.0 Release CoreDNS-1.3.1 Release CoreDNS-1.3.0 Release CoreDNS-1.2.6 Release CoreDNS-1.2.5 Release CoreDNS-1.2.4 Release CoreDNS-1.2.3 Release CoreDNS-1.2.2 Release CoreDNS-1.2.1 Release CoreDNS-1.2.0 Release CoreDNS-1.1.4 Release CoreDNS-1.1.3 Release CoreDNS-1.1.2 Release CoreDNS-1.1.1 Release CoreDNS-1.1.0 Release CoreDNS-1.0.6 Release CoreDNS-1.0.5 Release CoreDNS-1.0.4 Release CoreDNS-1.0.3 Release CoreDNS-1.0.1 Release CoreDNS-1.0.0 Release CoreDNS-0.9.10 Release CoreDNS-0.9.9 Release CoreDNS-011 Release CoreDNS-010 Release CoreDNS-009 Release CoreDNS-008 Release CoreDNS-007 Release CoreDNS-006 Release CoreDNS-005 Release CoreDNS-004 Release CoreDNS-003 Release CoreDNS-002 Release CoreDNS-001 Release
CoreDNS-1.0.2 Release
coredns · 2017-12-31 · via Notes 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.