I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5f614db5 authored by meeh's avatar meeh
Browse files

Adding a new reseed host. http(s)://netdb2.i2p2.no

Using certificate from cacert.org

Thanks to ju1c3d, ju1c3d@mail.i2p
parent cc4b0360
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ public class Reseeder { ...@@ -69,7 +69,8 @@ public class Reseeder {
"http://193.150.121.66/netDb/" + "," + "http://193.150.121.66/netDb/" + "," +
"http://netdb.i2p2.no/" + "," + "http://netdb.i2p2.no/" + "," +
"http://reseed.info/" + "," + "http://reseed.info/" + "," +
"http://i2p.feared.eu/"; "http://i2p.feared.eu/" + "," +
"http://netdb2.i2p2.no/";
/** @since 0.8.2 */ /** @since 0.8.2 */
public static final String DEFAULT_SSL_SEED_URL = public static final String DEFAULT_SSL_SEED_URL =
...@@ -81,7 +82,8 @@ public class Reseeder { ...@@ -81,7 +82,8 @@ public class Reseeder {
"https://193.150.121.66/netDb/" + "," + "https://193.150.121.66/netDb/" + "," +
"https://netdb.i2p2.no/" + "," + "https://netdb.i2p2.no/" + "," +
"https://reseed.info/" + "," + "https://reseed.info/" + "," +
"https://i2p.feared.eu/"; "https://i2p.feared.eu/" + "," +
"https://netdb2.i2p2.no/";
public static final String PROP_PROXY_HOST = "router.reseedProxyHost"; public static final String PROP_PROXY_HOST = "router.reseedProxyHost";
public static final String PROP_PROXY_PORT = "router.reseedProxyPort"; public static final String PROP_PROXY_PORT = "router.reseedProxyPort";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment