diff options
Diffstat (limited to 'core/dnsserver/zdirectives.go')
-rw-r--r-- | core/dnsserver/zdirectives.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index 528da4261..521b928cb 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -5,10 +5,10 @@ package dnsserver // Directives are registered in the order they should be // executed. // -// Ordering is VERY important. Every middleware will -// feel the effects of all other middleware below +// Ordering is VERY important. Every plugin will +// feel the effects of all other plugin below // (after) them during a request, but they must not -// care what middleware above them are doing. +// care what plugin above them are doing. var directives = []string{ "tls", |