mirror of https://github.com/v2ray/v2ray-core
parent
e72f8a26c8
commit
3a51157929
|
@ -223,6 +223,7 @@ func (this *Server) handleSocks5(clientAddr v2net.Destination, reader *v2io.Buff
|
||||||
session := &proxy.SessionInfo{
|
session := &proxy.SessionInfo{
|
||||||
Source: clientAddr,
|
Source: clientAddr,
|
||||||
Destination: dest,
|
Destination: dest,
|
||||||
|
Inbound: this.meta,
|
||||||
}
|
}
|
||||||
log.Info("Socks: TCP Connect request to ", dest)
|
log.Info("Socks: TCP Connect request to ", dest)
|
||||||
log.Access(clientAddr, dest, log.AccessAccepted, "")
|
log.Access(clientAddr, dest, log.AccessAccepted, "")
|
||||||
|
|
Loading…
Reference in New Issue