Revert "log/forward plugins: Extend dns query logging (#2240)" (#2256)

This reverts commit 8045aa279b.
This commit is contained in:
Miek Gieben
2018-10-31 21:03:46 +00:00
committed by GitHub
parent e332c8d8cb
commit 1ef0a02b46
7 changed files with 5 additions and 55 deletions

View File

@@ -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