mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Shadowsock-Rust is the default in OpenMPTCProuter wizard
This commit is contained in:
parent
f89def4eff
commit
b65f8f51a8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue