diff options
author | 2019-08-23 14:29:39 +0800 | |
---|---|---|
committer | 2019-08-23 06:29:39 +0000 | |
commit | 88faf63017769c8a49623b661eca1d6bd3834a5f (patch) | |
tree | 2d2a3b694967efc6f023126c70503711d7584560 /notes | |
parent | 1590320ff2c1d3eb98dca2ed624a5c4244dde012 (diff) | |
download | coredns-88faf63017769c8a49623b661eca1d6bd3834a5f.tar.gz coredns-88faf63017769c8a49623b661eca1d6bd3834a5f.tar.zst coredns-88faf63017769c8a49623b661eca1d6bd3834a5f.zip |
fix typo in coredns-1.0.1.md (#3179)
Signed-off-by: Sakura <longfei.shang@daocloud.io>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.0.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-1.0.1.md b/notes/coredns-1.0.1.md index 216afd46e..e3cb55898 100644 --- a/notes/coredns-1.0.1.md +++ b/notes/coredns-1.0.1.md @@ -16,7 +16,7 @@ One new plugin was added: *nsid*, that implements [RFC 5001](https://tools.ietf. ## Plugins * *file* fixes a crash when an request with a DO bit (pretty much the default) hits an unsigned zone. The default configuration should recover the go-routine, but this is nonetheless serious. *file* received some other fixes when returning (secure) delegations. * *dnstap* plugin is now 50% faster. -* *metrics* fixed the start time bucket for duration. +* *metrics* fixed the start time bucket for the duration. ## Contributors |