<%@page contentType="text/html" %> <% String tun = request.getParameter("tunnel"); int curTunnel = -1; if (tun != null) { try { curTunnel = Integer.parseInt(tun); } catch (NumberFormatException nfe) { curTunnel = -1; } } %> I2PTunnel Webmanager
" />
<% String curType = editBean.getInternalType(curTunnel); if ( (curType == null) || (curType.trim().length() <= 0) ) curType = request.getParameter("type"); if ("httpserver".equals(curType)) { %> <% } %>
<% if (curTunnel >= 0) { %> Edit server settings <% } else { %> New server settings <% } %>
Name:
Type: <% if (curTunnel >= 0) { %><%=editBean.getTunnelType(curTunnel)%> <% } else { %><%=editBean.getTypeName(request.getParameter("type"))%> " /> <% } %>
Description:
Start automatically?: <% if (editBean.startAutomatically(curTunnel)) { %> <% } else { %> <% } %> (Check the Box for 'YES')
Target: Host: Port:
Website name:
Private key file:
Profile:
Local destination:
(if known)

Advanced networking options
Tunnel depth:
Tunnel count:
I2CP host:
I2CP port:
Custom options:

Save:
Delete?    confirm delete: