diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp
index cc98b6b58..41727d79f 100644
--- a/apps/i2ptunnel/jsp/editClient.jsp
+++ b/apps/i2ptunnel/jsp/editClient.jsp
@@ -414,13 +414,20 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
-
-
-
-
-
+ <%
+ String destb64 = editBean.getDestinationBase64(curTunnel);
+ if (destb64.length() > 0) {
+ %>
+
+
+
+
+
+ <%=editBean.getDestHashBase32(curTunnel)%>.b32.i2p
+
+ <% } // if destb64 %>