2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

Merge pull request #1824 from NiLuJe/master

Add a bunch of OTA mirrors...
This commit is contained in:
Frans de Jonge 2016-02-16 20:56:51 +01:00
commit d692a42f97

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