mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-11 03:48:28 +01:00
dont't set to firewalled, ssu will try introducers
This commit is contained in:
parent
5f396d6311
commit
c5e1823f15
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ namespace transport
|
||||||
if (RoutesRestricted())
|
if (RoutesRestricted())
|
||||||
{
|
{
|
||||||
LogPrint(eLogInfo, "Transports: restricted routes enabled, not detecting ip");
|
LogPrint(eLogInfo, "Transports: restricted routes enabled, not detecting ip");
|
||||||
i2p::context.SetStatus (eRouterStatusFirewalled);
|
i2p::context.SetStatus (eRouterStatusOK);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (m_SSUServer)
|
if (m_SSUServer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue