no message
This commit is contained in:
parent
becb763c6a
commit
0af0b912db
@ -29,8 +29,7 @@ final class SS extends Base
|
||||
|
||||
$port = (int) ($node_custom_config['offset_port_user'] ?? 0);
|
||||
|
||||
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $port . '#' .
|
||||
$node_raw->name . PHP_EOL;
|
||||
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $port . '#' . rawurlencode($node_raw->name) . PHP_EOL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -54,8 +54,7 @@ final class V2Ray extends Base
|
||||
|
||||
$port = (int) ($node_custom_config['offset_port_user'] ?? 0);
|
||||
|
||||
$links .= 'ss://' . base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $port) . '#' .
|
||||
$node_raw->name . PHP_EOL;
|
||||
$links .= 'ss://' . base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $port) . '#' . rawurlencode($node_raw->name) . PHP_EOL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user