diff --git a/apps/i2ptunnel/jsp/editClient.jsi b/apps/i2ptunnel/jsp/editClient.jsi
index 6a2d18c77e..23c3849d5b 100644
--- a/apps/i2ptunnel/jsp/editClient.jsi
+++ b/apps/i2ptunnel/jsp/editClient.jsi
@@ -248,6 +248,8 @@
<%
} // !streamrclient
%>
+
+
<%=intl._t("Tunnel Options")%>
@@ -291,7 +293,10 @@
<% }
%>
- |
+
+
+
+
<%=intl._t("Count")%>
|
@@ -318,6 +323,8 @@
%>
|
+
+
<%
if ("client".equals(tunnelType)) {
%>
@@ -344,6 +351,8 @@
if (!editBean.isRouterContext()) {
%>
+
+
<%=intl._t("Router I2CP Address")%>
@@ -463,6 +472,7 @@
if ("httpclient".equals(tunnelType)) {
%>
+
<%=intl._t("HTTP Filtering")%>
@@ -484,6 +494,8 @@
<%=intl._t("Allow SSL to I2P addresses")%>
|
+
+
<%
} // if httpclient
@@ -555,6 +567,7 @@
<%
if ("httpclient".equals(tunnelType) || "connectclient".equals(tunnelType) || "sockstunnel".equals(tunnelType) || "socksirctunnel".equals(tunnelType)) {
%>
+
<%
} // httpclient || connect || socks || socksirc
if ("httpclient".equals(tunnelType)) {
%>
+
<%=intl._t("Jump URL List")%>
@@ -607,9 +622,11 @@
|
+
<%
} // httpclient
%>
+
<%=intl._t("Custom options")%>
| |