mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix Shadowsocks Rust password
This commit is contained in:
parent
9519b73051
commit
23d024beb7
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ _set_config_from_vps() {
|
|||
set shadowsocks-rust.sss0.server_port=$ss_port
|
||||
set shadowsocks-rust.sss0.method=$ss_method
|
||||
EOF
|
||||
config_foreach _set_ssrust_server server "key" $ssgo_sskey
|
||||
config_foreach _set_ssrust_server server "password" $ssgo_sskey
|
||||
config_foreach _set_ssrust_server server "method" $ss_method
|
||||
if [ "$(uci -q get shadowsocks-rust.sss0.server)" != "127.0.0.1" ]; then
|
||||
config_foreach _set_ssrust_server server "server" $vpsip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue