Skip to content

Commit

Permalink
Use new backend server list URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie committed Mar 30, 2020
1 parent 2c4cb90 commit c9bfcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
// serverListUrl is the default remote server JSON URL
serverListUrl = `https://librespeed.org/backend-servers/servers.json`
serverListUrl = `https://librespeed.org/backend-servers/servers.php`

defaultTelemetryLevel = "basic"
defaultTelemetryServer = "https://librespeed.org"
Expand Down

0 comments on commit c9bfcbc

Please sign in to comment.