mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
log/forward plugins: Extend dns query logging (#2240)
Automatically submitted.
This commit is contained in:
committed by
corbot[bot]
parent
e6d02a3fd2
commit
8045aa279b
@@ -22,7 +22,7 @@ const (
|
||||
NotMatch = "not_match"
|
||||
)
|
||||
|
||||
func newReplacer(r *dns.Msg) replacer.Replacer { return replacer.New(r, nil, "") }
|
||||
func newReplacer(r *dns.Msg) replacer.Replacer { return replacer.New(nil, r, nil, "") }
|
||||
|
||||
// condition is a rewrite condition.
|
||||
type condition func(string, string) bool
|
||||
|
||||
Reference in New Issue
Block a user