Temporary removing ju1c3d's reseed server until it's up and working fine on the new system.

This commit is contained in:
meeh
2013-03-03 17:08:26 +00:00
parent 9ba17d2e90
commit b2f1e78d62

View File

@ -69,8 +69,7 @@ public class Reseeder {
"http://193.150.121.66/netDb/" + "," +
"http://netdb.i2p2.no/" + "," +
"http://reseed.info/" + "," +
"http://i2p.feared.eu/" + "," +
"http://netdb2.i2p2.no/";
"http://i2p.feared.eu/";
/** @since 0.8.2 */
public static final String DEFAULT_SSL_SEED_URL =
@ -82,8 +81,7 @@ public class Reseeder {
"https://193.150.121.66/netDb/" + "," +
"https://netdb.i2p2.no/" + "," +
"https://reseed.info/" + "," +
"https://i2p.feared.eu/" + "," +
"https://netdb2.i2p2.no/";
"https://i2p.feared.eu/";
public static final String PROP_PROXY_HOST = "router.reseedProxyHost";
public static final String PROP_PROXY_PORT = "router.reseedProxyPort";