Skip to content

Commit 6039b25

Browse files
EkkoGmzz2017
andauthoredNov 25, 2024··
chore: more detail of Choose DNS path log (#692)
Co-authored-by: mzz <2017@duck.com>
1 parent b159aed commit 6039b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎control/control_plane.go

+2
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,8 @@ func (c *ControlPlane) chooseBestDnsDialer(
971971
"upstream": dnsUpstream.String(),
972972
"choose": string(l4proto) + "+" + string(ipversion),
973973
"use": bestTarget.String(),
974+
"outbound": bestOutbound.Name,
975+
"dialer": bestDialer.Property().Name,
974976
}).Traceln("Choose DNS path")
975977
}
976978
return &dialArgument{

0 commit comments

Comments
 (0)
Please sign in to comment.