diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index c5c579f77..6318cbf69 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -28,8 +28,10 @@
" />
- Bandwidth limiter
+
+ I2P will work best if you configure your rates to match the speed of your internet connection. +
| " /> KBps In | ( @@ -75,7 +77,10 @@ test.rtt and related stats. --> + IP and Transport Configuration+ The default settings will work for most people. There is help below. +
UPnP Configuration:
UDP Configuration:
Externally reachable TCP port: +<% if (request.getRequestURI().indexOf("config.jsp") != -1) { + %>Network<% } + else if (request.getRequestURI().indexOf("configservice.jsp") != -1) { + %>Service<% } + else if (request.getRequestURI().indexOf("configupdate.jsp") != -1) { + %>Update<% } + else if (request.getRequestURI().indexOf("configtunnels.jsp") != -1) { + %>Tunnels<% } + else if (request.getRequestURI().indexOf("configclients.jsp") != -1) { + %>Clients<% } + else if (request.getRequestURI().indexOf("configpeer.jsp") != -1) { + %>Peers<% } + else if (request.getRequestURI().indexOf("configkeyring.jsp") != -1) { + %>Keyring<% } + else if (request.getRequestURI().indexOf("configlogging.jsp") != -1) { + %>Logging<% } + else if (request.getRequestURI().indexOf("configstats.jsp") != -1) { + %>Stats<% } + else if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) { + %>Advanced<% }%> +Configuration<% if (request.getRequestURI().indexOf("config.jsp") != -1) { %>Network | <% } else { %>Network | <% } if (request.getRequestURI().indexOf("configservice.jsp") != -1) { @@ -18,3 +41,5 @@ %>Stats | <% } else { %>Stats | <% } if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) { %>Advanced<% } else { %>Advanced<% } %>+ |