update reseed list
parent
cfd7ae4b9a
commit
0d5a7ac908
|
@ -1,4 +1,6 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
build/
|
||||||
|
pyseeder.egg-info/
|
||||||
venv/
|
venv/
|
||||||
transports.ini
|
transports.ini
|
||||||
|
|
|
@ -12,14 +12,13 @@ log = logging.getLogger(__name__)
|
||||||
RESEED_URLS = [
|
RESEED_URLS = [
|
||||||
"https://reseed.i2p-projekt.de/",
|
"https://reseed.i2p-projekt.de/",
|
||||||
"https://i2p.mooo.com/netDb/",
|
"https://i2p.mooo.com/netDb/",
|
||||||
"https://netdb.i2p2.no/",
|
"https://reseed.i2p2.no/",
|
||||||
"https://us.reseed.i2p2.no:444/",
|
"https://reseed-fr.i2pd.xyz/",
|
||||||
"https://uk.reseed.i2p2.no:444/",
|
"https://reseed.memcpy.io/",
|
||||||
"https://i2p.manas.ca:8443/",
|
"https://reseed.onion.im/",
|
||||||
"https://i2p-0.manas.ca:8443/",
|
"https://i2pseed.creativecowpat.net:8443/",
|
||||||
"https://reseed.i2p.vzaws.com:8443/",
|
"https://reseed.i2pgit.org/",
|
||||||
"https://user.mx24.eu/",
|
"https://i2p.novg.net/",
|
||||||
"https://download.xxlspeed.com/",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def download(url, filename):
|
def download(url, filename):
|
||||||
|
|
Loading…
Reference in New Issue