1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-09-10 18:07:12 +02:00
parent f89def4eff
commit b65f8f51a8

View file

@ -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")