mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Redirect all ports should not be used in most case
This commit is contained in:
parent
f54d6d0164
commit
841f86d81e
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
||||||
<div class="cbi-value-field">
|
<div class="cbi-value-field">
|
||||||
<input type="hidden" name="server.<%=servername%>" value="<%=servername%>" />
|
<input type="hidden" name="server.<%=servername%>" value="<%=servername%>" />
|
||||||
<input type="checkbox" name="redirect_ports.<%=servername%>" class="cbi-input-checkbox" value="1" <% if luci.model.uci.cursor():get("openmptcprouter",servername,"redirect_ports") == "1" then %>checked<% end %>>
|
<input type="checkbox" name="redirect_ports.<%=servername%>" class="cbi-input-checkbox" value="1" <% if luci.model.uci.cursor():get("openmptcprouter",servername,"redirect_ports") == "1" then %>checked<% end %>>
|
||||||
|
<br />
|
||||||
|
<div class="cbi-value-description">
|
||||||
|
<%:You shouldn't do that and you should redirect only needed ports%>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cbi-value">
|
<div class="cbi-value">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue