mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-16 19:00:05 +07:00
chore
This commit is contained in:
@ -224,7 +224,7 @@ getNew:
|
||||
c.log.WithFields(logrus.Fields{
|
||||
"src": RefineSourceToShow(realSrc, realDst.Addr(), lanWanFlag),
|
||||
"network": networkType.String(),
|
||||
"dialer": ue.Dialer.Name(),
|
||||
"dialer": ue.Dialer.Property().Name,
|
||||
"retry": retry,
|
||||
}).Debugln("Old udp endpoint was not alive and removed.")
|
||||
}
|
||||
@ -261,7 +261,7 @@ getNew:
|
||||
"network": networkType.StringWithoutDns(),
|
||||
"outbound": outbound.Name,
|
||||
"policy": outbound.GetSelectionPolicy(),
|
||||
"dialer": ue.Dialer.Name(),
|
||||
"dialer": ue.Dialer.Property().Name,
|
||||
"domain": domain,
|
||||
"pid": routingResult.Pid,
|
||||
"pname": ProcessName2String(routingResult.Pname[:]),
|
||||
|
Reference in New Issue
Block a user