mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 22:25:00 +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(),
|
"upstream": dnsUpstream.String(),
|
||||||
"choose": string(l4proto) + "+" + string(ipversion),
|
"choose": string(l4proto) + "+" + string(ipversion),
|
||||||
"use": bestTarget.String(),
|
"use": bestTarget.String(),
|
||||||
|
"outbound": bestOutbound.Name,
|
||||||
|
"dialer": bestDialer.Property().Name,
|
||||||
}).Traceln("Choose DNS path")
|
}).Traceln("Choose DNS path")
|
||||||
}
|
}
|
||||||
return &dialArgument{
|
return &dialArgument{
|
||||||
|
Loading…
Reference in New Issue
Block a user