diff --git a/apps/i2ptunnel/jsp/index.jsp b/apps/i2ptunnel/jsp/index.jsp index 7b9004233..a460877a0 100644 --- a/apps/i2ptunnel/jsp/index.jsp +++ b/apps/i2ptunnel/jsp/index.jsp @@ -33,6 +33,13 @@ <% } %>
++<%=intl._t("These are the local services provided by your router.")%> +<%=intl._t("They may be clients started through the Tunnel Manager or external programs connecting through SAM, BOB, or directly to I2CP.")%> +<%=intl._t("By default, most of your client services (mail, http proxy, IRC) will share the same set of tunnels (for performance reasons) and be listed as \"Shared Clients\" and \"Shared Clients(DSA)\".")%> +<%=intl._t("However, if you experience a tunnel failure, all your services will go offline at the same time, so in some scenarios you may wish to configure client services to use their own set of tunnels.")%> +<%=intl._t("This can be done by unchecking the \"Share tunnels with other clients…\" option listed under \"Shared Clients\" on the configuration page of the relevant client service, after which you will need to restart the client service from this page.")%> +
") + .append(_t("UPnP is used to communicate with Internet Gateway Devices (IGDs) to detect the external IP address and forward ports.")) + .append(' ') + .append(_t("If UPnP is not working, it may be for one of the following reasons:")) + .append("
") + .append(_t("UPnP may be enabled or disabled on the Network Configuration page, but a change requires a router restart to take effect.")) + .append("
" +
- "")
- .append(nbsp(_t("Advanced Settings")))
- .append("\n" +
-
- "")
.append(nbsp(_t("Changelog")))
- .append("\n" +
-
- "")
- .append(nbsp(_t("Configuration")))
.append("\n" +
"\n" +
- "")
.append(nbsp(_t("Legal")))
diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 6aa231ecc..3006fa49c 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -28,8 +28,13 @@
<%=intl._t("Bandwidth Limiter")%> [<%=intl._t("Advanced Network Configuration")%>]
<%=intl._t("Advanced I2P Configuration")%> [Additional Options]+<%=intl._t("Advanced I2P Configuration")%><% String advConfig = advancedhelper.getSettings(); if (advancedhelper.isAdvanced()) { @@ -88,4 +93,34 @@ <% if (advancedhelper.isAdvanced()) { %> <% } // isAdvanced %> + +<%=intl._t("Advanced Configuration Help")%>+
| ||||||||||||||||