Add download.i2p2.de, make default w/ https, thx Meeh and welterde

This commit is contained in:
zzz
2014-02-02 15:52:05 +00:00
parent c9cd8f90de
commit 6f2ffbac1b
2 changed files with 4 additions and 2 deletions

View File

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