Changeset ddb9777
- Timestamp:
- Jan 25, 2016 5:09:12 AM (5 years ago)
- Branches:
- master
- Children:
- be97e84, ddf056c
- Parents:
- 374996d
- Location:
- router/java/src/net/i2p/router
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/RouterVersion.java
r374996d rddb9777 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 2 6;21 public final static long BUILD = 27; 22 22 23 23 /** for example "-test" */ -
router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java
r374996d rddb9777 93 93 "https://uk.reseed.i2p2.no:444/" + "," + 94 94 "https://www.torontocrypto.org:8443/" + "," + 95 "https://i2p-0.manas.ca:8443/" + "," + 95 96 "https://reseed.i2p.vzaws.com:8443/" + ", " + // Only SU3 (v3) support 96 97 "https://user.mx24.eu/" + "," + // Only HTTPS and SU3 (v3) support
Note: See TracChangeset
for help on using the changeset viewer.