This commit is contained in:
zzz
2014-01-22 20:46:56 +00:00
parent ee7543842c
commit 8d938bc25e
5 changed files with 21 additions and 25 deletions

View File

@ -8,9 +8,9 @@ from random import randint
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
DEFAULT_MIRROR = {
'protocol': 'https',
'domain': 'i2p.googlecode.com',
'org': 'Google Code',
'protocol': 'http',
'domain': 'download.i2p2.no',
'org': 'meeh',
}