no message

This commit is contained in:
hellcat 2025-11-29 18:54:01 +08:00
parent 5a7ac1b1c7
commit 5def8ddbbe

View File

@ -23,7 +23,7 @@ final class SS extends Base
foreach ($nodes_raw as $node_raw) {
if ((int) $node_raw->sort === 0) {
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $user->port) . '#' .
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . (int) $node_custom_config['offset_port_user']) . '#' .
$node_raw->name . PHP_EOL;
}
}