mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-08 00:34:21 +00:00
Updated 分享链接格式说明(ver 2) (markdown)
parent
bcd4508aa6
commit
8cbaf32482
1 changed files with 16 additions and 15 deletions
|
@ -3,21 +3,22 @@
|
||||||
v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
||||||
|
|
||||||
### json数据如下
|
### json数据如下
|
||||||
|
```json
|
||||||
> {
|
{
|
||||||
> "v": "2",
|
"v": "2",
|
||||||
> "ps": "备注别名",
|
"ps": "备注别名",
|
||||||
> "add": "111.111.111.111",
|
"add": "111.111.111.111",
|
||||||
> "port": "32000",
|
"port": "32000",
|
||||||
> "id": "1386f85e-657b-4d6e-9d56-78badb75e1fd",
|
"id": "1386f85e-657b-4d6e-9d56-78badb75e1fd",
|
||||||
> "aid": "100",
|
"aid": "100",
|
||||||
> "net": "tcp",
|
"net": "tcp",
|
||||||
> "type": "none",
|
"type": "none",
|
||||||
> "host": "www.bbb.com",
|
"host": "www.bbb.com",
|
||||||
> "path": "/",
|
"path": "/",
|
||||||
> "tls": "tls",
|
"tls": "tls",
|
||||||
> "sni": "www.ccc.com"
|
"sni": "www.ccc.com"
|
||||||
> }
|
}
|
||||||
|
```
|
||||||
|
|
||||||
* v:配置文件版本号,主要用来识别当前配置
|
* v:配置文件版本号,主要用来识别当前配置
|
||||||
* net :传输协议(tcp\kcp\ws\h2\quic)
|
* net :传输协议(tcp\kcp\ws\h2\quic)
|
||||||
|
|
Loading…
Reference in a new issue