Changeset 18b7d97
- Timestamp:
- Dec 20, 2018 11:02:20 AM (2 years ago)
- Branches:
- master
- Children:
- 94fd60d
- Parents:
- 021375b
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
r021375b r18b7d97 110 110 // https url:port, ending with "/" // certificates/reseed/ // certificates/ssl/ // notes 111 111 // ---------------------------------- ------------------------ ------------------------- --------------- 112 "https://reseed.i2p.net.in/" + ',' + // reseedi2pnetin_at_mail.i2p.crt // CA // Java 8+ only, TLS 1.2 only 112 113 "https://i2p.novg.net/" + ',' + // igor_at_novg.net.crt // CA // Java 8+ only 113 114 "https://i2pseed.creativecowpat.net:8443/" + ',' + // creativecowpat_at_mail.i2p.crt // i2pseed.creativecowpat.net.crt // Java 7+ … … 116 117 "https://reseed.memcpy.io/" + ',' + // hottuna_at_mail.i2p.crt // CA // SNI required 117 118 "https://reseed.atomike.ninja/" + ',' + // atomike_at_mail.i2p.crt // CA // SNI required, Java 8+ only 118 //"https://i2p.manas.ca:8443/" + ',' + // zmx_at_mail.i2p.crt // CA // SNI required119 //"https://i2p-0.manas.ca:8443/" + ',' + // zmx_at_mail.i2p.crt // CA // SNI required120 119 "https://i2p.mooo.com/netDb/" + ',' + // bugme_at_mail.i2p.crt // i2p.mooo.com.crt 121 120 "https://download.xxlspeed.com/" + ',' + // backup_at_mail.i2p.crt // CA // Java 8+
Note: See TracChangeset
for help on using the changeset viewer.