mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-16 02:41:09 +07:00
feat: support to dial domain for udp and support udp for ssr (#17)
This commit is contained in:
@ -431,7 +431,7 @@ func (c *ControlPlane) ChooseDialTarget(outbound consts.OutboundIndex, dst netip
|
||||
c.log.WithFields(logrus.Fields{
|
||||
"from": dst.String(),
|
||||
"to": dialTarget,
|
||||
}).Debugln("Reset dial target to domain")
|
||||
}).Debugln("Rewrite dial target to domain")
|
||||
}
|
||||
return dialTarget
|
||||
}
|
||||
|
Reference in New Issue
Block a user