Changeset ca0f127
- Timestamp:
- Apr 23, 2019 6:33:57 PM (21 months ago)
- Branches:
- master
- Children:
- 5afa32a
- Parents:
- 148ed1e
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/update/NewsHandler.java
r148ed1e rca0f127 23 23 24 24 /** 25 * Changed in 0.9.11 to the b32 for psi.i2p, run by psi. 26 * We may be able to change it to psi.i2p in a future release after 27 * the hostname propagates. 25 * NOTE: If you change, also change in Android: 26 * app/src/main/java/net/i2p/android/apps/NewsFetcher.java 28 27 * 29 28 * @since 0.7.14 not configurable 30 29 */ 30 // psi.i2p 31 31 //private static final String BACKUP_NEWS_URL = "http://avviiexdngd32ccoy4kuckvc3mkf53ycvzbz6vz75vzhv4tbpk5a.b32.i2p/news.xml"; 32 32 //private static final String BACKUP_NEWS_URL_SU3 = "http://avviiexdngd32ccoy4kuckvc3mkf53ycvzbz6vz75vzhv4tbpk5a.b32.i2p/news.su3"; 33 33 // str4d 34 private static final String BACKUP_NEWS_URL = "http://ivk5a6wfjar6hjucjmnbcea5inwmwg5b3hsv72x77xwyhbeaajja.b32.i2p/news/news.xml"; 35 private static final String BACKUP_NEWS_URL_SU3 = "http://ivk5a6wfjar6hjucjmnbcea5inwmwg5b3hsv72x77xwyhbeaajja.b32.i2p/news/news.su3"; 34 //private static final String BACKUP_NEWS_URL = "http://ivk5a6wfjar6hjucjmnbcea5inwmwg5b3hsv72x77xwyhbeaajja.b32.i2p/news/news.xml"; 35 //private static final String BACKUP_NEWS_URL_SU3 = "http://ivk5a6wfjar6hjucjmnbcea5inwmwg5b3hsv72x77xwyhbeaajja.b32.i2p/news/news.su3"; 36 // idk 37 private static final String BACKUP_NEWS_URL = "http://dn3tvalnjz432qkqsvpfdqrwpqkw3ye4n4i2uyfr4jexvo3sp5ka.b32.i2p/news/news.atom.xml"; 38 private static final String BACKUP_NEWS_URL_SU3 = "http://dn3tvalnjz432qkqsvpfdqrwpqkw3ye4n4i2uyfr4jexvo3sp5ka.b32.i2p/news/news.su3"; 36 39 37 40 public NewsHandler(RouterContext ctx, ConsoleUpdateManager mgr) { -
apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHandler.java
r148ed1e rca0f127 39 39 /** old default */ 40 40 public static final String OLD_DEFAULT_NEWS_URL_SU3 = "http://echelon.i2p/news/news.su3"; 41 /** current default, i2pnews.i2p, run by echelon */ 41 /** 42 * current default, i2pnews.i2p, run by echelon 43 * 44 * NOTE: If you change, also change in Android: 45 * app/src/main/java/net/i2p/android/apps/NewsFetcher.java 46 */ 42 47 public static final String DEFAULT_NEWS_URL_SU3 = "http://tc73n4kivdroccekirco7rhgxdg5f3cjvbaapabupeyzrqwv5guq.b32.i2p/news.su3"; 43 48 public static final String PROP_REFRESH_FREQUENCY = "router.newsRefreshFrequency";
Note: See TracChangeset
for help on using the changeset viewer.