mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +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",
|
||||
"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" => "",
|
||||
|
Loading…
Reference in New Issue
Block a user