Michaël Ferrand

Results 12 comments of Michaël Ferrand

Hello @GameBoerse, You need to configure your nginx to forward the client IP to the speedtest server through specific headers. I'm using the lib [request-ip](https://www.npmjs.com/package/request-ip) to detect it. I'm inviting...

You will probably need to use this module: http://nginx.org/en/docs/http/ngx_http_realip_module.html

Hi @santowiryamann I'm sadly aware the speedtest is not running as expected behind a proxy. This is something I would be able to fix, but to be honest, which is...

I found an irregularity in the bandwidth test part. I tagged a version [0.5.4-alpha.0](https://github.com/e7d/speedtest/releases/tag/v0.5.4-alpha.0) that you may try. I'm not sure that it was the root coause, but let me...

Hi @sherlockedBBC, Yeah you're right. That is a genuine, that should be relatively simple to fix. I'll give it a look some time and produce a fix. Regards.

Hello @stvhanna, To be honnest, I have no plan to do such thing as an API at the moment, but this is a great idea. I'll pin it as "enhancement",...

Hello @askfor I can handle offline or intranet situations fairly easily, by making ipInfo fail silently, returning the sole IP, without further information. If I do so, no need to...

Okay then. I have it ready on the development branch. I will probably release a 0.5.3 soon enough, including the fix.

Hello @Shadebzh, You are right. I just figured the documentation is way out of date with latest set of configurable options. I'll try to address that as soon as possible.

You can find all configurable options in this file: https://github.com/e7d/speedtest/blob/master/packages/web/src/js/worker/config.js Be aware that the final configuration is mage by combining the result of the different methods. You would need to...