diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/SOCKS5Server.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/SOCKS5Server.java index c4412346b..dd0c477f5 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/SOCKS5Server.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/socks/SOCKS5Server.java @@ -198,7 +198,6 @@ public class SOCKS5Server extends SOCKSServer { addressType = in.readUnsignedByte(); switch (addressType) { case AddressType.IPV4: - //connHostName = new String(); StringBuilder builder = new StringBuilder(); for (int i = 0; i < 4; ++i) { int octet = in.readUnsignedByte(); diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index 3d0cf7cda..ef84c265b 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -28,7 +28,8 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%@include file="formhandler.jsi" %>
- <%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%>
+ <%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%>
+ <%=intl._("Be careful changing any settings here. The 'router console' and 'application tunnels' are required for most uses of I2P. Only advanced users should change these.")%>