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
This commit is contained in:
NiLuJe
2016-02-16 20:45:37 +01:00
parent d6b5af7d40
commit a4137fd8a6

View File

@@ -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/",
},