support multiple server tunnels with same destination and different ports

This commit is contained in:
orignal 2016-01-17 18:55:09 -05:00
parent efdea07b7b
commit cd549937c5
4 changed files with 7 additions and 2 deletions

View file

@ -742,6 +742,7 @@ namespace util
s << "<a href=/?" << HTTP_COMMAND_LOCAL_DESTINATION;
s << "&" << HTTP_PARAM_BASE32_ADDRESS << "=" << ident.ToBase32 () << ">";
s << i2p::client::context.GetAddressBook ().ToAddress(ident);
s << ":" << it.second->GetLocalPort ();
s << "</a><br>\r\n"<< std::endl;
}
}