Skip to content

Commit

Permalink
Fix shadowsocks-rust password info
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 12, 2024
1 parent 1a9c152 commit 4ddf032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmptcprouter-api/files/usr/libexec/rpcd/openmptcprouter
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ddf032

Please sign in to comment.