|
<% if (type === 'stream') { %>
<%- incoming_port %>
<%- protocols.join(', ').toUpperCase() %>
<% } else { %>
<%- hostname %>
<% } %>
|
<% if (type === 'proxy' || type === 'stream') { %>
<%- forward_server %>:<%- forward_port %>
<% } else if (type === 'redirection') { %>
<%- forward_host %>
<% } else if (type === '404') { %>
404
<% } %>
|
<% if (type === 'stream') { %>
-
<% } else { %>
<% if (ssl && force_ssl) { %>
Forced
<% } else if (ssl) { %>
Enabled
<% } else { %>
No
<% } %>
<% } %>
|
<% if (type === 'stream') { %>
-
<% } else { %>
<% if (access_list) { %>
<%- access_list.name %>
<% } else { %>
None
<% } %>
<% } %>
|
|