mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
URLSchemes: let's support standard v2ray vmess URL Schemes
This commit is contained in:
parent
11b6c8448a
commit
ab8ebd593f
@ -36,9 +36,9 @@ class URLSchemes
|
|||||||
"v" => "2",
|
"v" => "2",
|
||||||
"ps" => $server['name'],
|
"ps" => $server['name'],
|
||||||
"add" => $server['host'],
|
"add" => $server['host'],
|
||||||
"port" => $server['port'],
|
"port" => (string)$server['port'],
|
||||||
"id" => $user['uuid'],
|
"id" => $user['uuid'],
|
||||||
"aid" => $server['alter_id'],
|
"aid" => (string)$server['alter_id'],
|
||||||
"net" => $server['network'],
|
"net" => $server['network'],
|
||||||
"type" => "none",
|
"type" => "none",
|
||||||
"host" => "",
|
"host" => "",
|
||||||
|
Loading…
Reference in New Issue
Block a user