no message

This commit is contained in:
hellcat 2025-04-04 20:43:13 +08:00
parent 7337a43b6f
commit f07408434b

View File

@ -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'] ??