aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
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