aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-14 21:39:25 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-14 13:39:25 +0000
commit70b9cdb541cf4bd257f4a6f25a8059e7875496b6 (patch)
tree8844c86a812c23e9a03c2e9b5cd8029b7f085edc /notes
parent795a3ebb649cc11e0744797314eee1f3f22277b6 (diff)
downloadcoredns-70b9cdb541cf4bd257f4a6f25a8059e7875496b6.tar.gz
coredns-70b9cdb541cf4bd257f4a6f25a8059e7875496b6.tar.zst
coredns-70b9cdb541cf4bd257f4a6f25a8059e7875496b6.zip
fix wrong spells in coredns-002.md (#3130)
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-002.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-002.md b/notes/coredns-002.md
index 0a3267507..660da854d 100644
--- a/notes/coredns-002.md
+++ b/notes/coredns-002.md
@@ -77,7 +77,7 @@ CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS
* plugin/dnssec: replaced go-cache with golang-lru in dnssec. Also adds a `cache_capacity`.
option in dnssec plugin so that the capacity of the LRU cache could be specified in the config
file.
-* plugin/logging: allow a response classs to be specified on log on responses matching the name *and*
+* plugin/logging: allow a response class to be specified on log on responses matching the name *and*
the response class. For instance only log denials for example.com:
~~~ corefile