no message
This commit is contained in:
parent
7337a43b6f
commit
f07408434b
@ -35,14 +35,14 @@ final class Clash extends Base
|
||||
'name' => $node_raw->name,
|
||||
'type' => 'ss',
|
||||
'server' => $node_raw->server,
|
||||
'port' => (int) $user->port,
|
||||
'port' => (int) $node_custom_config['offset_port_user'],
|
||||
'password' => $user->passwd,
|
||||
'cipher' => $user->method,
|
||||
'cipher' => $node_custom_config['method']
|
||||
'udp' => (bool) $udp,
|
||||
'plugin' => $plugin,
|
||||
'plugin-opts' => $plugin_option,
|
||||
];
|
||||
|
||||
|
||||
break;
|
||||
case 1:
|
||||
$ss_2022_port = $node_custom_config['offset_port_user'] ??
|
||||
|
||||
Loading…
Reference in New Issue
Block a user