mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: debug log print dns result
This commit is contained in:
parent
cae1e23735
commit
4a828089b4
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ func withResolver(resolver *Resolver) handler {
|
|||
msg.SetRcode(r, msg.Rcode)
|
||||
msg.Authoritative = true
|
||||
|
||||
log.Debugln("[DNS] %s --> %s", msgToDomain(r), msgToIP(msg))
|
||||
return msg, nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue