mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix shadowsocks-rust password info
This commit is contained in:
parent
1a9c152ef9
commit
4ddf032dcd
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ function interfaces_status()
|
|||
else
|
||||
mArray.openmptcprouter["shadowsocks_service_key"] = true
|
||||
end
|
||||
local ssr_key = uci:get("shadowsocks-rust","sss0","key") or ""
|
||||
local ssr_key = uci:get("shadowsocks-rust","sss0","password") or ""
|
||||
mArray.openmptcprouter["shadowsocksrust_service_method"] = uci:get("shadowsocks-rust","sss0","method")
|
||||
if ssr_key == "" then
|
||||
mArray.openmptcprouter["shadowsocksrust_service_key"] = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue