diff options
author | 2019-08-14 21:39:25 +0800 | |
---|---|---|
committer | 2019-08-14 13:39:25 +0000 | |
commit | 70b9cdb541cf4bd257f4a6f25a8059e7875496b6 (patch) | |
tree | 8844c86a812c23e9a03c2e9b5cd8029b7f085edc /notes | |
parent | 795a3ebb649cc11e0744797314eee1f3f22277b6 (diff) | |
download | coredns-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.md | 2 |
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 |