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

推荐订阅源

V
Visual Studio Blog
U
Unit 42
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
博客园 - 司徒正美
Vercel News
Vercel News
I
InfoQ
GbyAI
GbyAI
C
Check Point Blog
B
Blog RSS Feed
Martin Fowler
Martin Fowler
B
Blog
MyScale Blog
MyScale Blog
腾讯CDC
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)

1.6.6 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.6.6 Release
coredns · 2019-12-11 · via 1.6.6 on CoreDNS: DNS and Service Discovery

The CoreDNS team has released CoreDNS-1.6.6.

A fairly small release that polishes various plugins and fixes a bunch of bugs.

Security

The github.com/miekg/dns dependency has been updated to v1.1.25 to fix a DNS related security vulnerability (https://github.com/miekg/dns/issues/1043).

Plugins

A new plugin bufsize has been added that prevents IP fragmentation for the DNS Flag Day 2020 and to deal with DNS vulnerabilities.

  • cache added a serve_stale option similar to unbound’s serve_expired.
  • sign fix signing of authoritative data that we are not authoritative for.
  • transfer fixed calling wg.Add in main goroutine to avoid race conditons.

Brought to You By

Chris O’Haver Gonzalo Paniagua Javier Guangming Wang Kohei Yoshida Miciah Dashiel Butler Masters Miek Gieben Yong Tang Zou Nengren

Noteworthy Changes