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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
The Last Watchdog
The Last Watchdog
T
Tenable Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
C
CXSECURITY Database RSS Feed - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
V
Vulnerabilities – Threatpost
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
A
Arctic Wolf
云风的 BLOG
云风的 BLOG
Know Your Adversary
Know Your Adversary
P
Palo Alto Networks Blog
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
MyScale Blog
MyScale Blog
B
Blog
Spread Privacy
Spread Privacy
S
Schneier on Security
Project Zero
Project Zero
L
LINUX DO - 热门话题
M
MIT News - Artificial intelligence
F
Full Disclosure
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
Cyberwarzone
Cyberwarzone
AWS News Blog
AWS News Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Tailwind CSS Blog
K
Kaspersky official blog
Recent Announcements
Recent Announcements
NISL@THU
NISL@THU
Cisco Talos Blog
Cisco Talos Blog
S
Securelist
P
Privacy & Cybersecurity Law Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Exploit Database - CXSecurity.com
V
Visual Studio Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Webroot Blog
Webroot Blog

008 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-008 Release
coredns · 2017-06-15 · via 008 on CoreDNS: DNS and Service Discovery

CoreDNS-008 has been released!

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

Release v008 has a lot of content, with new plugin and major features added to existing plugin.

Please note there is an incompatible change to the log directive - it now only logs to stdout and so only allows stdout as the file name (which of course may be omitted).

Core

  • -log flag was changed into a boolean as all logging will be written to standard output.

Plugins

New

  • hosts allows CoreDNS to read a /etc/hosts styled file and generate responses from that.
  • debug can disable the panic/recover that is enabled by default. Mostly useful for testing/non-prod use cases to generate stack traces.

Updates

  • chaos now returns the correct version.bind TXT record.
  • kubernetes
    • Now returns a proper NS record for the cluster domain
    • Supports ExternalName services, which was an oversight in the 1.0.0 version of the Kubernetes dns spec
    • Now supports federation records
    • Has had some other bug fixes.
  • file
    • Now supports DNAME RFC 6672
    • Refuse to load a zone without a SOA record.
  • file, auto don’t reload a zone when the SOA’s serial hasn’t changed.
  • secondary now behaves properly if queried before the zone has been transferred
  • log, errors output everything to stdout and let journald or docker (or whatever) that care of further handling. This is backwards incompatible change wrt to the Corefile: log query.log will return an error.
  • cache got a new cache implementation to be more scalable and a new prefetch option for fetching records before the TTL expires.
  • proxy does not use singleinflight anymore, removing a potential bottleneck on the single mutex in that implementation; it now forwards all queries it get to the upstream nameserver.

Contributors

The following people helped with getting this release done:

Chris Aniszczyk, Chris O’Haver, cricketliu, Eric Yan, John Belamaric, Jonas Östanbäck, Manuel Alejandro de Brito Fontes, Miek Gieben, Pat Moroney, 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.