From 3c10ba4511daacf0f46920d586effcccc7c5c6dc Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 28 Feb 2015 20:12:21 -0500 Subject: [PATCH] show base64 address --- HTTPServer.cpp | 1 + 1 file changed, 1 insertion(+) 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)