diff options
author | 2018-01-13 08:17:59 -0800 | |
---|---|---|
committer | 2018-01-13 16:17:59 +0000 | |
commit | e50c425d67e1c41a9673f94f238963a4694137e4 (patch) | |
tree | e2d94d574ac57f906039581ca5caad70af2eab90 /README.md | |
parent | 05ebfaa36a51cc8f23ec0803b4c2f2d72162314a (diff) | |
download | coredns-e50c425d67e1c41a9673f94f238963a4694137e4.tar.gz coredns-e50c425d67e1c41a9673f94f238963a4694137e4.tar.zst coredns-e50c425d67e1c41a9673f94f238963a4694137e4.zip |
Add NSID description to README.md. (#1388)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ Currently CoreDNS is able to: * Provide metrics (by using Prometheus) (*metrics*). * Provide query (*log*) and error (*error*) logging. * Support the CH class: `version.bind` and friends (*chaos*). +* Support the RFC 5001 DNS name server identifier (NSID) option (*nsid*). * Profiling support (*pprof*). * Rewrite queries (qtype, qclass and qname) (*rewrite*). * Echo back the IP address, transport and port number used (*whoami*). This is also the default |