no message

This commit is contained in:
hellcat 2025-04-09 13:59:39 +08:00
parent 853c54f7ce
commit ff06eb397c

View File

@ -28,7 +28,7 @@ final class SingBox extends Base
'type' => 'shadowsocks', 'type' => 'shadowsocks',
'tag' => $node_raw->name, 'tag' => $node_raw->name,
'server' => $node_raw->server, 'server' => $node_raw->server,
'server_port' => (int) $user->port, 'server_port' => (int) $node_custom_config['offset_port_user'],
'method' => $user->method, 'method' => $user->method,
'password' => $user->passwd, 'password' => $user->passwd,
]; ];