mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add back Shadowsocks-Rust in wizard
This commit is contained in:
parent
a57a418be6
commit
007374410e
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
<% if nixio.fs.access("/etc/init.d/xray") then %><option value="xray-socks" <% if uci:get("openmptcprouter","settings","proxy") == "xray-socks" then %>selected="selected"<% end %>>XRay Socks</option><% end %>
|
||||
<% elseif proxy == "xray-shadowsocks" then %>
|
||||
<% if nixio.fs.access("/etc/init.d/xray") then %><option value="xray-shadowsocks" <% if uci:get("openmptcprouter","settings","proxy") == "xray-shadowsocks" then %>selected="selected"<% end %>>XRay Shadowsocks 2022</option><% end %>
|
||||
<% elseif proxy == "shadowsocks-rust" then %>
|
||||
<% elseif proxy == "shadowsocks-rust" or proxy == "shadowsocks-go" then %>
|
||||
<% if nixio.fs.access("/etc/init.d/shadowsocks-rust") then %><option value="shadowsocks-rust" <% if uci:get("openmptcprouter","settings","proxy") == "shadowsocks-rust" then %>selected="selected"<% end %>>Shadowsocks-Rust 2022</option><% end %>
|
||||
<% end
|
||||
end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue