Changeset ba825e6
- Timestamp:
- Mar 13, 2017 1:26:01 PM (4 years ago)
- Branches:
- master
- Children:
- b57d7c6
- Parents:
- aea20a5
- Files:
-
- 1 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/deletelist.txt
raea20a5 rba825e6 104 104 certificates/ssl/reseed.i2p-projekt.de.crt 105 105 certificates/ssl/download.xxlspeed.com.crt 106 certificates/ssl/uk.reseed.i2p2.no.crt 107 certificates/ssl/us.reseed.i2p2.no.crt 106 108 # vanished 107 109 certificates/news/killyourtv_at_mail.i2p.crt -
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
raea20a5 rba825e6 109 109 // https url:port, ending with "/" // certificates/reseed/ // certificates/ssl/ // notes 110 110 // ---------------------------------- ------------------------ ------------------------- --------------- 111 "https://randomrng.ddns.net/" + ',' + // randomrng_at_mail.i2p.crt // CA // Java 7+ 111 112 "https://itoopie.atomike.ninja/" + ',' + // atomike_at_mail.i2p.crt // CA // Java 8+ only 112 113 "https://reseed.onion.im/" + ',' + // lazygravy_at_mail.i2p // reseed.onion.im.crt // Java 8+ only 113 114 "https://reseed.memcpy.io/" + ',' + // hottuna_at_mail.i2p.crt // CA // SNI required 114 "https://reseed.atomike.ninja/" + ","+ // atomike_at_mail.i2p.crt // CA // SNI required, Java 8+ only115 "https://reseed.atomike.ninja/" + ',' + // atomike_at_mail.i2p.crt // CA // SNI required, Java 8+ only 115 116 "https://i2p.manas.ca:8443/" + ',' + // zmx_at_mail.i2p.crt // CA // SNI required 116 117 "https://i2p-0.manas.ca:8443/" + ',' + // zmx_at_mail.i2p.crt // CA // SNI required 117 118 "https://reseed.i2p.vzaws.com:8443/" + ',' + // parg_at_mail.i2p.crt // reseed.i2p.vzaws.com.crt 118 119 "https://i2p.mooo.com/netDb/" + ',' + // bugme_at_mail.i2p.crt // i2p.mooo.com.crt 119 "https://download.xxlspeed.com/" + ',' + // backup_at_mail.i2p.crt // CA // SNI required120 "https://download.xxlspeed.com/" + ',' + // backup_at_mail.i2p.crt // CA // Java 8+ 120 121 "https://netdb.i2p2.no/" + ',' + // meeh_at_mail.i2p.crt // netdb.i2p2.no.crt // SNI required 121 122 //"https://us.reseed.i2p2.no:444/" + ',' + // meeh_at_mail.i2p.crt // us.reseed.i2p2.no.crt 122 123 //"https://uk.reseed.i2p2.no:444/" + ',' + // meeh_at_mail.i2p.crt // uk.reseed.i2p2.no.crt 123 "https://reseed.i2p-projekt.de/"; // echelon_at_mail.i2p.crt // echelon.reseed2017.crt 124 "https://reseed.i2p-projekt.de/"; // echelon_at_mail.i2p.crt // echelon.reseed2017.crt // Java 8+ 124 125 125 126 private static final String SU3_FILENAME = "i2pseeds.su3";
Note: See TracChangeset
for help on using the changeset viewer.