mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
* Add processing mode * Add processing mode * Update UTs * Update README.md * Change to use the constant Stop * Fix README per review comments
This commit is contained in:
committed by
John Belamaric
parent
36c7aa6437
commit
ec21f83425
@@ -22,3 +22,8 @@ func (rule *nameRule) Rewrite(w dns.ResponseWriter, r *dns.Msg) Result {
|
||||
}
|
||||
return RewriteIgnored
|
||||
}
|
||||
|
||||
// Mode returns the processing mode
|
||||
func (rule *nameRule) Mode() string {
|
||||
return Stop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user