From 5def8ddbbe01e0c73cf93e7cdf2c63bb1e439efe Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 29 Nov 2025 18:54:01 +0800 Subject: [PATCH] no message --- src/Services/Subscribe/SS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Subscribe/SS.php b/src/Services/Subscribe/SS.php index 76ab2690a..8bdc140c8 100755 --- a/src/Services/Subscribe/SS.php +++ b/src/Services/Subscribe/SS.php @@ -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; } }