Refactor: refactor find process (#2781)
This commit is contained in:
@ -79,7 +79,7 @@ func handleSocksUDP(pc net.PacketConn, in chan<- *inbound.PacketAdapter, buf []b
|
||||
bufRef: buf,
|
||||
}
|
||||
select {
|
||||
case in <- inbound.NewPacket(target, packet, C.SOCKS5):
|
||||
case in <- inbound.NewPacket(target, pc.LocalAddr(), packet, C.SOCKS5):
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user