Skip to content

Conversation

@kuizw9
Copy link

@kuizw9 kuizw9 commented Sep 24, 2025

public static function buildSocks($password, $server)
{   
    $protocol_settings = $server['protocol_settings'];
    $name = rawurlencode($server['name']);
    $uri = "socks://" . base64_encode("{$password}:{$password}@{$server['host']}:{$server['port']}") . "?method=auto#{$name}";
    $uri .= "\r\n";
    return $uri;
}

@kuizw9 kuizw9 changed the title Update Shadowrocket.php for support Socks Node Name Display Fix General.php for support AnyTLS and Shadowrocket.php for support Socks Node Name Display Oct 5, 2025
@kuizw9
Copy link
Author

kuizw9 commented Oct 5, 2025

fix: General.php adding AnyTLS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant