mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Add metadata to special responder responses
This commit is contained in:
parent
0b81fb5516
commit
1dda4bd432
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ func handleRequest(ctx context.Context, w dns.ResponseWriter, request *dns.Msg)
|
|||
// the resolving as it wishes.
|
||||
if responder, ok := conn.Reason.Context.(nsutil.Responder); ok {
|
||||
tracer.Infof("nameserver: handing over request for %s to special filter responder: %s", q.ID(), conn.Reason.Msg)
|
||||
return reply(responder)
|
||||
return reply(responder, conn)
|
||||
}
|
||||
|
||||
// Check if there is a Verdict to act upon.
|
||||
|
|
Loading…
Add table
Reference in a new issue