mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* reseed now https only
This commit is contained in:
parent
762f9c4b23
commit
3badda95c1
3 changed files with 1 additions and 99 deletions
|
@ -55,7 +55,7 @@ namespace data
|
|||
{
|
||||
std::string url = host + "i2pseeds.su3";
|
||||
LogPrint (eLogInfo, "Dowloading SU3 from ", host);
|
||||
std::string su3 = https ? HttpsRequest (url) : i2p::util::http::httpRequest (url);
|
||||
std::string su3 = HttpsRequest (url);
|
||||
if (su3.length () > 0)
|
||||
{
|
||||
std::stringstream s(su3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue