mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 09:02:07 +03:00
Updated 分享链接格式说明(ver 2) (markdown)
+16
-15
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user