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:
parent
67c1821b3c
commit
712d19158a
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue