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
+

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:
/> Enable UPnP to open firewall ports UPnP status @@ -108,7 +113,7 @@ %>
/> - Hidden mode - do not publish IP(not recommended; change restarts router)
+ Hidden mode - do not publish IP(prevents participating traffic; change restarts router)

UDP Configuration:
UDP port: @@ -135,7 +140,7 @@ Specify hostname or IP: " />
/> - Completely disable (select only if behind a firewall that throttles or blocks outbound TCP - restart required)
+ Completely disable (select only if behind a firewall that throttles or blocks outbound TCP - change requires restart)

Externally reachable TCP port:
/> diff --git a/apps/routerconsole/jsp/confignav.jsp b/apps/routerconsole/jsp/confignav.jsp index 851ab79b5..ec1e7f5c1 100644 --- a/apps/routerconsole/jsp/confignav.jsp +++ b/apps/routerconsole/jsp/confignav.jsp @@ -1,3 +1,26 @@ +

+

+<% 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<% } %>

+
+