diff options
Diffstat (limited to 'plugin/forward/forward.go')
-rw-r--r-- | plugin/forward/forward.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/forward.go b/plugin/forward/forward.go index b3df8330f..e53d74ae2 100644 --- a/plugin/forward/forward.go +++ b/plugin/forward/forward.go @@ -167,7 +167,7 @@ func (f *Forward) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg } if len(f.tapPlugins) != 0 { - toDnstap(f, proxy.Addr(), state, opts, ret, start) + toDnstap(ctx, f, proxy.Addr(), state, opts, ret, start) } upstreamErr = err |