mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-18 02:16:10 -05:00
include user when dispatch requests in VMess.
This commit is contained in:
parent
531be77a59
commit
369256c82f
@ -169,6 +169,7 @@ func (this *VMessInboundHandler) HandleConnection(connection internet.Connection
|
|||||||
ray := this.packetDispatcher.DispatchToOutbound(this.meta, &proxy.SessionInfo{
|
ray := this.packetDispatcher.DispatchToOutbound(this.meta, &proxy.SessionInfo{
|
||||||
Source: v2net.DestinationFromAddr(connection.RemoteAddr()),
|
Source: v2net.DestinationFromAddr(connection.RemoteAddr()),
|
||||||
Destination: request.Destination(),
|
Destination: request.Destination(),
|
||||||
|
User: request.User,
|
||||||
})
|
})
|
||||||
input := ray.InboundInput()
|
input := ray.InboundInput()
|
||||||
output := ray.InboundOutput()
|
output := ray.InboundOutput()
|
||||||
|
Loading…
Reference in New Issue
Block a user