1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-11-01 09:35:03 +01:00
parent f54d6d0164
commit 841f86d81e

View file

@ -51,6 +51,10 @@
<div class="cbi-value-field">
<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 %>>
<br />
<div class="cbi-value-description">
<%:You shouldn't do that and you should redirect only needed ports%>
</div>
</div>
</div>
<div class="cbi-value">