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

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

005 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-005 Release
coredns · 2017-02-10 · via 005 on CoreDNS: DNS and Service Discovery

CoreDNS-005 has been released!

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

What is New

Core

A way to configure (external) plugin was added. Edit plugin.cfg and do a go generate && go build and your plugin has been added. This allows for out-of-tree plugin to be easily added. Documentation can be found in plugin.cfg.

Plugin improvements

New

  • erratic: a new plugin that can drop queries, limited in the current functionality, but useful for testing.
  • trace: a new plugin that implements OpenTracing-based tracing using Zipkin.

Improvements/changes

  • proxy: fix a bug when a connection hangs and never gets release (#467)
  • proxy: Fold httpproxy into it, which is now a normal proxy with a special protocol. For Monitoring an extra label was added: proxy_proto that shows the protocol used (dns or https_google). See the proxy README.md for details.
  • httpproxy: removed because functionality is moved to proxy.
  • kubernetes: Now implements the full Kubernetes DNS Specification, including regular and headless services, endpoint hostnames, A, SRV, and PTR records.
  • kubernetes: Implements the pod type for requests in both a Kube-DNS compatible mode (insecure) and a mode which validates that the IP in question belongs to a pod in the specified namespace (verified)
  • kubernetes: Simplified the configuration of reverse zones. Instead of listing the zones in the zone list, you can just add a list of CIDRs using the cidrs option.
  • rewrite: allow rewriting more bits of the incoming packet. This required some backward incompatible changes, e.g. a new FIELD keyword is now required. See the rewrite README.md for details.

Contributors

The following people helped with getting this release done:

Bob Wasniak, Chris O’Haver, devnev, Dmytro Kislov, John Belamaric, Miek Gieben, 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.