mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Add possibility to reseed from HTTPS URL
This commit is contained in:
parent
1d8d71cfb6
commit
0487e730ba
4 changed files with 14 additions and 8 deletions
2
Reseed.h
2
Reseed.h
|
@ -29,7 +29,7 @@ namespace data
|
|||
|
||||
void LoadCertificate (const std::string& filename);
|
||||
|
||||
int ReseedFromSU3 (const std::string& host);
|
||||
int ReseedFromSU3 (const std::string& url);
|
||||
int ProcessSU3File (const char * filename);
|
||||
int ProcessSU3Stream (std::istream& s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue