* I2PTunnel: Enable persistent keying for SOCKS tunnels (ticket #1088)

This commit is contained in:
dg2-new
2013-10-28 19:15:46 +00:00
parent f0f363e8c3
commit 626daeb86e
4 changed files with 15 additions and 7 deletions

View File

@@ -399,7 +399,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<hr />
</div>
<% if ("client".equals(tunnelType) || "ircclient".equals(tunnelType) || "socksirctunnel".equals(tunnelType)) { %>
<% if ("client".equals(tunnelType) || "ircclient".equals(tunnelType) || "socksirctunnel".equals(tunnelType) || "sockstunnel".equals(tunnelType)) { %>
<div id="optionsField" class="rowItem">
<label for="privKeyFile" accesskey="k">
<%=intl._("Persistent private key")%>(<span class="accessKey">k</span>):