- NTCP Port must now be either auto or configured;

now defaults to auto; and configured now trumps auto.
  Port configuration now does not affect whether inbound
  NTCP is enabled - the host configuration alone can do that.
This commit is contained in:
zzz
2009-04-30 16:50:47 +00:00
parent 4929a7e635
commit 5b44bcb44f
4 changed files with 32 additions and 30 deletions

View File

@@ -125,8 +125,6 @@
<i>(dyndns and the like are fine)</i><br />
<p>
Externally reachable TCP port:<br />
<input type="radio" name="ntcpAutoPort" value="0" <%=nethelper.getTcpAutoPortChecked(0) %> />
Disable<br />
<input type="radio" name="ntcpAutoPort" value="2" <%=nethelper.getTcpAutoPortChecked(2) %> />
Use the same port configured for SSU
<i>(currently <jsp:getProperty name="nethelper" property="udpPort" />)</i><br />