Changeset c4cbd7d
- Timestamp:
- Sep 6, 2015 8:01:28 AM (5 years ago)
- Branches:
- master
- Children:
- de2431e
- Parents:
- e978bb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
re978bb8 rc4cbd7d 90 90 public static final String DEFAULT_SSL_SEED_URL = 91 91 "https://reseed.i2p-projekt.de/" + "," + // Only HTTPS 92 "https://netdb.rows.io:444/" + "," + // Only HTTPS and SU3 (v3) support92 //"https://netdb.rows.io:444/" + "," + // Only HTTPS and SU3 (v3) support 93 93 "https://i2pseed.zarrenspry.info/" + "," + // Only HTTPS and SU3 (v3) support 94 94 "https://i2p.mooo.com/netDb/" + "," +
Note: See TracChangeset
for help on using the changeset viewer.