mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-19 19:10:37 +03:00
refactor: connection manager
This commit is contained in:
@@ -83,7 +83,7 @@ func (i *Inbound) NewPacketEx(buffer *buf.Buffer, source M.Socksaddr) {
|
||||
destination = i.overrideDestination
|
||||
case 2:
|
||||
destination = i.overrideDestination
|
||||
destination.Port = source.Port
|
||||
destination.Port = i.listener.UDPAddr().Port
|
||||
case 3:
|
||||
destination = source
|
||||
destination.Port = i.overrideDestination.Port
|
||||
|
||||
Reference in New Issue
Block a user