Changeset c1baee6
- Timestamp:
- Dec 18, 2016 3:06:48 PM (4 years ago)
- Branches:
- master
- Children:
- 95fb2df6
- Parents:
- ce47d4ea
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
rce47d4ea rc1baee6 109 109 // https url:port, ending with "/" // certificates/reseed/ // certificates/ssl/ // notes 110 110 // ---------------------------------- ------------------------ ------------------------- --------------- 111 "https://reseed.memcpy.io/" + ',' + // hottuna_at_mail.i2p.crt // CA // SNI required 111 112 "https://reseed.atomike.ninja/" + "," + // atomike_at_mail.i2p.crt // CA // SNI required, Java 8+ only 112 113 "https://i2p.manas.ca:8443/" + ',' + // zmx_at_mail.i2p.crt // CA // SNI required … … 116 117 "https://download.xxlspeed.com/" + ',' + // backup_at_mail.i2p.crt // download.xxlspeed.com.crt // SNI required 117 118 "https://netdb.i2p2.no/" + ',' + // meeh_at_mail.i2p.crt // netdb.i2p2.no.crt // SNI required 118 "https://us.reseed.i2p2.no:444/" + ',' + // meeh_at_mail.i2p.crt // us.reseed.i2p2.no.crt119 //"https://us.reseed.i2p2.no:444/" + ',' + // meeh_at_mail.i2p.crt // us.reseed.i2p2.no.crt 119 120 //"https://uk.reseed.i2p2.no:444/" + ',' + // meeh_at_mail.i2p.crt // uk.reseed.i2p2.no.crt 120 121 "https://reseed.i2p-projekt.de/"; // echelon_at_mail.i2p.crt // reseed.i2p-projekt.de.crt
Note: See TracChangeset
for help on using the changeset viewer.