1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

dont't set to firewalled, ssu will try introducers

This commit is contained in:
Jeff Becker 2016-10-28 13:11:50 -04:00
parent 5f396d6311
commit c5e1823f15
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -498,7 +498,7 @@ namespace transport
if (RoutesRestricted())
{
LogPrint(eLogInfo, "Transports: restricted routes enabled, not detecting ip");
i2p::context.SetStatus (eRouterStatusFirewalled);
i2p::context.SetStatus (eRouterStatusOK);
return;
}
if (m_SSUServer)