Skip to content

Commit

Permalink
fix allow passive connection
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Nov 13, 2016
1 parent e72f8a2 commit 3a51157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/socks/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
Expand Down

0 comments on commit 3a51157

Please sign in to comment.