v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
aad10a75d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      proxy/socks/server.go

+ 1 - 1
proxy/socks/server.go

@@ -110,7 +110,7 @@ func (this *Server) handleConnection(connection *hub.Connection) {
 		return
 	}
 
-	cliendAddr := connection.RemoteAddr().String()
+	clientAddr := connection.RemoteAddr().String()
 	if err != nil && err == protocol.Socks4Downgrade {
 		this.handleSocks4(clientAddr, reader, writer, auth4)
 	} else {