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

推荐订阅源

V
Visual Studio Blog
A
About on SuperTechFans
J
Java Code Geeks
G
Google Developers Blog
L
LangChain Blog
小众软件
小众软件
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
博客园 - 【当耐特】
IT之家
IT之家
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
博客园 - Franky
博客园_首页
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
Vercel News
Vercel News
B
Blog
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell

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