From a4137fd8a6f544d9b74e2863bf18b4011a549550 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 16 Feb 2016 20:45:37 +0100 Subject: [PATCH] Add a bunch of OTA mirrors... With much better peerings & bandwidth than my fallback. -eu is in Central Europe -af is in Western Europe -na is in North America --- frontend/ui/otamanager.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/ui/otamanager.lua b/frontend/ui/otamanager.lua index 90df8f487..9b4eb471d 100644 --- a/frontend/ui/otamanager.lua +++ b/frontend/ui/otamanager.lua @@ -14,6 +14,9 @@ local ota_dir = DataStorage:getDataDir() .. "/ota/" local OTAManager = { ota_servers = { "http://vislab.bjmu.edu.cn:80/apps/koreader/ota/", + "http://koreader-eu.ak-team.com:80/", + "http://koreader-af.ak-team.com:80/", + "http://koreader-na.ak-team.com:80/", "http://koreader.ak-team.com:80/", "http://hal9k.ifsc.usp.br:80/koreader/", },