<% 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:
|
<% String curType = editBean.getInternalType(curTunnel);
if ( (curType == null) || (curType.trim().length() <= 0) )
curType = request.getParameter("type");
if ("httpserver".equals(curType)) { %>
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:
|
|