Thank you all for your results. The CDN provider testing has concluded.
Original:
Want to flex your internet connection?
I'm evaluating new CDN providers for our website assets, game and mod downloads. I'm interested in your download experience regarding these URLS: All links expire on 27. January. Please also tell me your general location so I can see geographic differences.
On Linux, Mac and even current Windows 10 releases you can get more detailed download stats on the command line with
Code: Select all
curl -O "https://...."
Here's a small script that will download from all three CDNs individually. In total it will download 4.5 GB so please don't run it on a rated internet connection.
Code: Select all
echo "Wube CDN"; curl -O "https://dcdn.factorio.com/releases/FactorioDemo_x64_1.1.50.zip?key=0ZZB4yoVt_Frr0wSKyJ44A&expires=1643297090"
echo "CDN77"; curl -O "https://cdn1.factorio.com/FactorioDemo_x64_1.1.50.zip?secure=g7b-WjmyRUIY6IQU59DSIg,1643297071"
echo "BunnyNet"; curl -O "https://cdn2.factorio.com/FactorioDemo_x64_1.1.50.zip?token=ziTHfRcTXTk3T4hn8k6Kbs-ghgR0pPA5ePaUXVl6jjE&expires=1643297081"