Changed my reseed url to contain a subpath, /netDb/. also updated the certificate (forgot to copy out of conf folder when i changed webserver and deleted config).

This commit is contained in:
meeh
2012-08-11 13:43:48 +00:00
parent e2b683556b
commit 0ea6513e9c
2 changed files with 21 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ public class Reseeder {
"http://cowpuncher.drollette.com/netdb/" + "," +
"http://75.145.125.59/netDb/" + "," +
"http://i2p.mooo.com/netDb/" + "," +
"http://193.150.121.66/";
"http://193.150.121.66/netDb/";
/** @since 0.8.2 */
public static final String DEFAULT_SSL_SEED_URL =
@@ -80,7 +80,7 @@ public class Reseeder {
"https://cowpuncher.drollette.com/netdb/" + "," +
"https://75.145.125.59/netDb/" + "," +
"https://i2p.mooo.com/netDb/" + "," +
"https://193.150.121.66/";
"https://193.150.121.66/netDb/";
public static final String PROP_PROXY_HOST = "router.reseedProxyHost";
public static final String PROP_PROXY_PORT = "router.reseedProxyPort";