From 007374410e4950b05fc2cf4f89ba66d8a4f8b8e8 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 8 Dec 2023 11:01:25 +0100 Subject: [PATCH] Add back Shadowsocks-Rust in wizard --- luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm index 128199904..24ead847c 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm @@ -261,7 +261,7 @@ <% if nixio.fs.access("/etc/init.d/xray") then %><% end %> <% elseif proxy == "xray-shadowsocks" then %> <% if nixio.fs.access("/etc/init.d/xray") then %><% 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 %><% end %> <% end end %>