mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-07 18:56:21 +00:00
Updated 分享链接格式说明(ver 2) (markdown)
parent
5bc0b53547
commit
9d62837ee7
1 changed files with 14 additions and 14 deletions
|
@ -4,20 +4,20 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
||||||
|
|
||||||
### 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"
|
||||||
> }
|
> }
|
||||||
|
|
||||||
* v:配置文件版本号,主要用来识别当前配置
|
* v:配置文件版本号,主要用来识别当前配置
|
||||||
* net :传输协议(tcp\kcp\ws\h2\quic)
|
* net :传输协议(tcp\kcp\ws\h2\quic)
|
||||||
* type:伪装类型(none\http\srtp\utp\wechat-video) *tcp or kcp or QUIC
|
* type:伪装类型(none\http\srtp\utp\wechat-video) *tcp or kcp or QUIC
|
||||||
|
|
Loading…
Reference in a new issue