forked from I2P_Developers/i2p.i2p
* Add https reseed thx h2ik
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2011-10-07 zzz
|
||||||
|
* Add https reseed thx h2ik
|
||||||
|
|
||||||
2011-10-06 kytv
|
2011-10-06 kytv
|
||||||
* Add diftracker.i2p to I2PSnark
|
* Add diftracker.i2p to I2PSnark
|
||||||
|
|
||||||
|
16
installer/resources/certificates/75.145.125.59.crt
Normal file
16
installer/resources/certificates/75.145.125.59.crt
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICiTCCAfICCQDI/vgxtkEs3TANBgkqhkiG9w0BAQUFADCBiDELMAkGA1UEBhMC
|
||||||
|
VU4xEzARBgNVBAgTCldvcmxkLVdpZGUxETAPBgNVBAcTCEludGVybmV0MQwwCgYD
|
||||||
|
VQQKEwNJMlAxDTALBgNVBAsTBEgySUsxFjAUBgNVBAMTDTc1LjE0NS4xMjUuNTkx
|
||||||
|
HDAaBgkqhkiG9w0BCQEWDWgyaWtAbWFpbC5pMnAwHhcNMTExMDA3MDAwNDM3WhcN
|
||||||
|
MjExMDA0MDAwNDM3WjCBiDELMAkGA1UEBhMCVU4xEzARBgNVBAgTCldvcmxkLVdp
|
||||||
|
ZGUxETAPBgNVBAcTCEludGVybmV0MQwwCgYDVQQKEwNJMlAxDTALBgNVBAsTBEgy
|
||||||
|
SUsxFjAUBgNVBAMTDTc1LjE0NS4xMjUuNTkxHDAaBgkqhkiG9w0BCQEWDWgyaWtA
|
||||||
|
bWFpbC5pMnAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAOGkLwuCY6J7Oude
|
||||||
|
5SdiU/RT7Bhm26M8ufntI1IKsog+BggoqhIoNgzk79q59rsoXA7o+lcXtHGXQoME
|
||||||
|
mz8HtzGrO90A3ZYCM3Xb6S42DHh6QepZjHBt3hDsPZJl0XXNrB+Wfpljo2y4IfiH
|
||||||
|
aQo4cBWt0pi29SspA87KFzh1S8gtAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAi7Z5
|
||||||
|
gmkwHPojE3xEc9tATa2H2MnLXBGcuAaLAv+qAGza5V2Pa6wVTgpUKGfvWR6+Ae2B
|
||||||
|
ACe9LsIsE2IPtTIwjiwbfmmJ6dkvLHX/bxdp/+X5DjAFa36j+elKVZSerkgy9cLV
|
||||||
|
rrSQF8UW3HFlwElB0aLgbApOFnArDrbuEnjrjEg=
|
||||||
|
-----END CERTIFICATE-----
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 26;
|
public final static long BUILD = 27;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
@@ -71,7 +71,8 @@ public class Reseeder {
|
|||||||
/* "https://www.i2pbote.net/netDb/," + NO DATA */
|
/* "https://www.i2pbote.net/netDb/," + NO DATA */
|
||||||
"https://reseed.i2p-projekt.de/" + "," +
|
"https://reseed.i2p-projekt.de/" + "," +
|
||||||
/* "https://r31453.ovh.net/static_media/files/netDb/," + DOWN */
|
/* "https://r31453.ovh.net/static_media/files/netDb/," + DOWN */
|
||||||
"https://cowpuncher.drollette.com/netdb/";
|
"https://cowpuncher.drollette.com/netdb/" + ";" +
|
||||||
|
"https://75.145.125.59/netDb/";
|
||||||
|
|
||||||
private static final String PROP_INPROGRESS = "net.i2p.router.web.ReseedHandler.reseedInProgress";
|
private static final String PROP_INPROGRESS = "net.i2p.router.web.ReseedHandler.reseedInProgress";
|
||||||
/** the console shows this message while reseedInProgress == false */
|
/** the console shows this message while reseedInProgress == false */
|
||||||
|
Reference in New Issue
Block a user