1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-06 23:24:15 +00:00

publish own RouterInfo in router's thread

This commit is contained in:
orignal 2023-02-24 18:33:33 -05:00
parent f84d88ac63
commit 4b421d3feb

View File

@ -269,7 +269,7 @@ namespace util
if (hidden)
{
LogPrint(eLogInfo, "Daemon: Hidden mode enabled");
i2p::data::netdb.SetHidden(true);
i2p::context.SetHidden(true);
}
std::string httpLang; i2p::config::GetOption("http.lang", httpLang);