Changeset 3dfcb2d
- Timestamp:
- Dec 7, 2014 3:42:57 PM (6 years ago)
- Branches:
- master
- Children:
- 8420b6c
- Parents:
- 540720a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
r540720a9 r3dfcb2d 75 75 "http://i2p.mooo.com/netDb/" + "," + 76 76 "http://193.150.121.66/netDb/" + "," + 77 "http://netdb.i2p2.no/" + "," + 77 "http://netdb.i2p2.no/" + "," + // Only SU3 (v3) support 78 78 "http://reseed.info/" + "," + 79 79 "http://us.reseed.i2p2.no/" + "," + 80 80 "http://uk.reseed.i2p2.no/" + "," + 81 "http://jp.reseed.i2p2.no/" + "," + 81 // (Temp?) disable due to extended downtime (ticket #1422) 82 //"http://jp.reseed.i2p2.no/" + "," + 82 83 "http://i2p-netdb.innovatio.no/" + "," + 83 84 "http://ieb9oopo.mooo.com/"; … … 89 90 "https://i2p.mooo.com/netDb/" + "," + 90 91 "https://193.150.121.66/netDb/" + "," + 91 "https://netdb.i2p2.no/" + "," + 92 "https://netdb.i2p2.no/" + "," + // Only SU3 (v3) support 92 93 "https://reseed.info/" + "," + 93 94 "https://us.reseed.i2p2.no:444/" + "," + 94 95 "https://uk.reseed.i2p2.no:444/" + "," + 95 "https://jp.reseed.i2p2.no:444/" + "," + 96 // (Temp?) disable due to extended downtime (ticket #1422) 97 //"https://jp.reseed.i2p2.no:444/" + "," + 96 98 "https://i2p-netdb.innovatio.no/" + "," + 97 99 "https://ssl.webpack.de/ivae2he9.sg4.e-plaza.de/" + "," + // Only HTTPS and SU3 (v2) support
Note: See TracChangeset
for help on using the changeset viewer.