mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:34:40 +07:00
chore: more detail of Choose DNS path log (#692)
Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
parent
b159aedce5
commit
6039b256de
@ -971,6 +971,8 @@ func (c *ControlPlane) chooseBestDnsDialer(
|
||||
"upstream": dnsUpstream.String(),
|
||||
"choose": string(l4proto) + "+" + string(ipversion),
|
||||
"use": bestTarget.String(),
|
||||
"outbound": bestOutbound.Name,
|
||||
"dialer": bestDialer.Property().Name,
|
||||
}).Traceln("Choose DNS path")
|
||||
}
|
||||
return &dialArgument{
|
||||
|
Loading…
Reference in New Issue
Block a user