URLSchemes: let's support standard v2ray vmess URL Schemes

This commit is contained in:
Beta Soft 2021-03-08 19:12:25 +08:00
parent 11b6c8448a
commit ab8ebd593f
No known key found for this signature in database
GPG Key ID: 180A31AB98D5C156

View File

@ -36,9 +36,9 @@ class URLSchemes
"v" => "2",
"ps" => $server['name'],
"add" => $server['host'],
"port" => $server['port'],
"port" => (string)$server['port'],
"id" => $user['uuid'],
"aid" => $server['alter_id'],
"aid" => (string)$server['alter_id'],
"net" => $server['network'],
"type" => "none",
"host" => "",