Browse Source

dont't set to firewalled, ssu will try introducers

pull/690/head
Jeff Becker 8 years ago
parent
commit
c5e1823f15
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Transports.cpp

2
Transports.cpp

@ -498,7 +498,7 @@ namespace transport @@ -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)

Loading…
Cancel
Save