forked from I2P_Developers/i2p.i2p
Ticket #802
Added https://euve5653.vserver.de/netDb/ to reseed host list. Certificate using www.cacert.org, so no need to add a new crt file.
This commit is contained in:
@ -75,6 +75,7 @@ public class Reseeder {
|
||||
public static final String DEFAULT_SSL_SEED_URL =
|
||||
"https://netdb.i2p2.de/" + "," +
|
||||
"https://reseed.i2p-projekt.de/" + "," +
|
||||
"https://euve5653.vserver.de/netDb/" + "," +
|
||||
"https://cowpuncher.drollette.com/netdb/" + "," +
|
||||
"https://i2p.mooo.com/netDb/" + "," +
|
||||
"https://193.150.121.66/netDb/" + "," +
|
||||
|
Reference in New Issue
Block a user