mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 02:50:52 +08:00
feat: add plugin update support + fix bugs
This commit is contained in:
@@ -47,7 +47,7 @@ class Shadowsocks extends AbstractProtocol
|
||||
"remarks" => $server['name'],
|
||||
"server" => $server['host'],
|
||||
"server_port" => $server['port'],
|
||||
"password" => $item['password'],
|
||||
"password" => $server['password'],
|
||||
"method" => data_get($server, 'protocol_settings.cipher')
|
||||
];
|
||||
return $config;
|
||||
|
||||
Reference in New Issue
Block a user