<%@page contentType="text/html" import="net.i2p.i2ptunnel.web.EditBean"%> <% String tun = request.getParameter("tunnel"); int curTunnel = -1; if (tun != null) { try { curTunnel = Integer.parseInt(tun); } catch (NumberFormatException nfe) { curTunnel = -1; } } %> I2PTunnel Webmanager - Edit <% if (editBean.allowCSS()) { %> <% } %>
<% String tunnelTypeName = ""; String tunnelType = ""; if (curTunnel >= 0) { tunnelTypeName = editBean.getTunnelType(curTunnel); tunnelType = editBean.getInternalType(curTunnel); %>

Edit server settings

<% } else { tunnelTypeName = editBean.getTypeName(request.getParameter("type")); tunnelType = request.getParameter("type"); %>

New server settings

<% } %> " />

<%=tunnelTypeName%>
class="tickbox" /> (Check the Box for 'YES')


<% if ("httpserver".equals(tunnelType)) { %>
(leave blank for outproxies)
<% } %>
(if known)

Advanced networking options




class="tickbox" />
(Tunnel must be stopped first)

class="tickbox" />
(Restrict to these clients only)

class="tickbox" />

class="tickbox" />
class="tickbox" />
class="tickbox" />
class="tickbox" />
(Tunnel must be stopped first)