diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 0579ca31..c99640a0 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -841,6 +841,7 @@ namespace util auto dest = i2p::client::context.FindLocalDestination (ident); if (dest) { + s << "Base64:
" << dest->GetIdentity ().ToBase64 () << "

"; s << "LeaseSets: " << dest->GetNumRemoteLeaseSets () << "
"; auto pool = dest->GetTunnelPool (); if (pool)