mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix obfuscation choice
This commit is contained in:
parent
e7a77db59e
commit
3676a6fde6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
end
|
end
|
||||||
if obfs_installed then
|
if obfs_installed then
|
||||||
%>
|
%>
|
||||||
<option value="obfs-simple" <% if luci.model.uci.cursor():get("shadowsocks-libev","sss0","obfs_plugin") == "obfs-simple" then %>selected="selected"<% end %>>simple-obfs</option>
|
<option value="obfs" <% if luci.model.uci.cursor():get("shadowsocks-libev","sss0","obfs_plugin") == "obfs" then %>selected="selected"<% end %>>simple-obfs</option>
|
||||||
<%
|
<%
|
||||||
end
|
end
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue