1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 13:35:20 -05:00

fix allow passive connection

This commit is contained in:
Darien Raymond
2016-11-13 23:08:32 +01:00
parent e72f8a26c8
commit 3a51157929

View File

@@ -223,6 +223,7 @@ func (this *Server) handleSocks5(clientAddr v2net.Destination, reader *v2io.Buff
session := &proxy.SessionInfo{
Source: clientAddr,
Destination: dest,
Inbound: this.meta,
}
log.Info("Socks: TCP Connect request to ", dest)
log.Access(clientAddr, dest, log.AccessAccepted, "")