From b65f8f51a8856e4a7ea70886ed6a77715ad96c7d Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 10 Sep 2024 18:07:12 +0200 Subject: [PATCH] Shadowsock-Rust is the default in OpenMPTCProuter wizard --- luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua index 95a6853b0..7a58d36f8 100644 --- a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua +++ b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua @@ -676,7 +676,7 @@ function wizard_add() ucic:commit("unbound") -- Get Proxy set by default - local default_proxy = luci.http.formvalue("default_proxy") or "shadowsocks" + local default_proxy = luci.http.formvalue("default_proxy") or "shadowsocks-rust" if default_proxy == "shadowsocks" and serversnb > 0 and serversnb > disablednb then --ucic:set("shadowsocks-libev","sss0","disabled","0") ucic:set("v2ray","main","enabled","0")