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
pull/1824/head
NiLuJe 8 years ago
parent d6b5af7d40
commit a4137fd8a6

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

Loading…
Cancel
Save