mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 17:59:57 +07:00
feat: support ToS routing rule (#292)
This commit is contained in:
@ -182,6 +182,7 @@ func (c *ControlPlane) RouteDialTcp(p *RouteDialParam) (conn netproxy.Conn, err
|
||||
"sniffed": domain,
|
||||
"ip": RefineAddrPortToShow(dst),
|
||||
"pid": routingResult.Pid,
|
||||
"tos": routingResult.Tos,
|
||||
"pname": ProcessName2String(routingResult.Pname[:]),
|
||||
"mac": Mac2String(routingResult.Mac[:]),
|
||||
}).Infof("%v <-> %v", RefineSourceToShow(src, dst.Addr(), consts.LanWanFlag_NotApplicable), dialTarget)
|
||||
|
Reference in New Issue
Block a user