mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
This reverts commit 8045aa279b.
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
NotMatch = "not_match"
|
||||
)
|
||||
|
||||
func newReplacer(r *dns.Msg) replacer.Replacer { return replacer.New(nil, r, nil, "") }
|
||||
func newReplacer(r *dns.Msg) replacer.Replacer { return replacer.New(r, nil, "") }
|
||||
|
||||
// condition is a rewrite condition.
|
||||
type condition func(string, string) bool
|
||||
|
||||
Reference in New Issue
Block a user