1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add text to choose obfuscating plugin

This commit is contained in:
Ycarus 2019-01-28 18:28:56 +01:00
parent 67c1821b3c
commit 712d19158a

View file

@ -66,6 +66,9 @@
<%:Obfuscating will be enabled on both side%>
</div>
</div>
</div>
<div class="cbi-value">
<label class="cbi-value-title"><%:Obfuscating plugin%></label>
<div class="cbi-value-field">
<select class="cbi-input-select" name="obfs_plugin">
<option value="v2ray" <% if luci.model.uci.cursor():get("shadowsocks-libev","tracker","obfs_plugin") == "v2ray" then %>selected="selected"<% end %>>v2ray</option>