From af590aa4880b7206b54467f9bf815e598b4a03d2 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Sat, 12 Oct 2019 08:21:34 +0200 Subject: [PATCH] Fixed git merge mess --- doc.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc.md b/doc.md index 20b90db..2a847da 100644 --- a/doc.md +++ b/doc.md @@ -38,20 +38,6 @@ This command starts LibreSpeed in standalone mode, with telemetry, ID obfuscatio docker run -e MODE=standalone -e TELEMETRY=true -e ENABLE_ID_OBFUSCATION=true -e PASSWORD="botnet!123" -p 80:80 -it adolfintel/speedtest ``` -### Multiple Points of Test -If you want to use more than one test server, this is the time to add all your test points and select the best one. Skip this part if you don't want to use this feature. - -The best way to do this is to declare an array with all your servers, and give it to the speedtest: -```js -var SPEEDTEST_SERVERS=[ - server1, - server2, - ... -]; -s.addTestPoints(SPEEDTEST_SERVERS); ->>>>>>> master -``` - ## Multiple Points of Test For multiple servers, you need to set up 1+ LibreSpeed backends, and 1 LibreSpeed frontend.