1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix disable external check

This commit is contained in:
Ycarus 2019-04-15 22:14:35 +02:00
parent c40bd22fcd
commit 5208f753b4
2 changed files with 18 additions and 5 deletions

View file

@ -91,6 +91,15 @@
</select>
</div>
</div>
<div class="cbi-value">
<label class="cbi-value-title"><%:Obfuscating type%></label>
<div class="cbi-value-field">
<select class="cbi-input-select" name="obfs_type">
<option value="http" <% if luci.model.uci.cursor():get("shadowsocks-libev","tracker","obfs_type") == "http" then %>selected="selected"<% end %>>http</option>
<option value="tls" <% if luci.model.uci.cursor():get("shadowsocks-libev","tracker","obfs_type") == "tls" then %>selected="selected"<% end %>>tls</option>
</select>
</div>
</div>
<%
end
%>