speedtest-cli
speedtest-cli copied to clipboard
Add option --custom to perform test with custom servers
Hello. I added the --custom argument so that users can include a URL like https://www.speedtest.net/api/js/servers?engine=js&search=orange&https_functional=true&limit=1 and perform speedtests against a server of their liking.
Update 7/3/2022:
- added interoperability feature to make
--customwork alongside with--serverthat way we can choose a specific server from custom link.
For instance, a command like speedtest --custom "https://www.speedtest.net/api/js/servers?engine=js&search=Comcast&https_functional=true" --server 37808 should ping Comcast (Atlanta, GA)
Thank you for this update edseldim, @sivel Please review this pull request its much needed