diff options
Diffstat (limited to 'plugin/rewrite/class.go')
-rw-r--r-- | plugin/rewrite/class.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/rewrite/class.go b/plugin/rewrite/class.go index 8cc7d26b7..8befdf8c2 100644 --- a/plugin/rewrite/class.go +++ b/plugin/rewrite/class.go @@ -33,3 +33,8 @@ func (rule *classRule) Rewrite(w dns.ResponseWriter, r *dns.Msg) Result { } return RewriteIgnored } + +// Mode returns the processing mode +func (rule *classRule) Mode() string { + return Stop +} |