Updated 分享链接格式说明(ver 2) (markdown)

2dust 2021-03-21 10:24:56 +08:00
parent bcd4508aa6
commit 8cbaf32482

@ -3,21 +3,22 @@
v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
### json数据如下
> {
> "v": "2",
> "ps": "备注别名",
> "add": "111.111.111.111",
> "port": "32000",
> "id": "1386f85e-657b-4d6e-9d56-78badb75e1fd",
> "aid": "100",
> "net": "tcp",
> "type": "none",
> "host": "www.bbb.com",
> "path": "/",
> "tls": "tls",
> "sni": "www.ccc.com"
> }
```json
{
"v": "2",
"ps": "备注别名",
"add": "111.111.111.111",
"port": "32000",
"id": "1386f85e-657b-4d6e-9d56-78badb75e1fd",
"aid": "100",
"net": "tcp",
"type": "none",
"host": "www.bbb.com",
"path": "/",
"tls": "tls",
"sni": "www.ccc.com"
}
```
* v:配置文件版本号,主要用来识别当前配置
* net 传输协议tcp\kcp\ws\h2\quic)