1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix ShadowSocks-Rust check on key instead of password field

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-09-02 14:24:35 +02:00
parent c10983f2de
commit bdee3d1794
4 changed files with 7 additions and 7 deletions

View file

@ -1063,8 +1063,8 @@ function wizard_add()
ucic:set("shadowsocks-rust","sss0","disabled","1")
ucic:set("shadowsocks-rust","sss1","disabled","1")
end
ucic:set("shadowsocks-rust","sss0","key","")
ucic:set("shadowsocks-rust","sss1","key","")
ucic:set("shadowsocks-rust","sss0","password","")
ucic:set("shadowsocks-rust","sss1","password","")
ucic:set("xray","omrout","s_shadowsocks_password","")
ucic:save("shadowsocks-rust")
ucic:commit("shadowsocks-rust")