diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 3fdfcca5..759c8ba3 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -338,34 +338,7 @@ namespace http { s << "
Remote Destination | "; - s << "IBGW | "; - s << "OBEP | "; - s << "UDP Converstation | "; - s << ""; - auto forward = i2p::client::context.GetForwardInfosFor(dest->GetIdentHash()); - for (auto info : forward) - { - s << "
---|---|---|---|
" << info->RemoteIdent->ToBase32() << " | "; - s << ""; - if(info->CurrentIBGW) - s << info->CurrentIBGW->ToBase64().c_str(); - else - s << "(none)"; - s << " | "; - - s << ""; - if(info->CurrentOBEP) - s << info->CurrentOBEP->ToBase64().c_str(); - else - s << "(none)"; - s << " | "; - s << "" << info->LocalEndpoint << " ⇄ " << info->RemoteEndpoint << " | "; - s << "