mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-08 11:16:20 +00:00
Updated 分享链接格式说明(ver 2) (markdown)
parent
9a1ad316fb
commit
5bc0b53547
1 changed files with 14 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 分享的链接(二维码)格式:vmess://(Base64编码的json格式服务器数据
|
## 分享的链接(二维码)格式:vmess://(Base64编码的json格式服务器数据
|
||||||
|
|
||||||
v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
||||||
|
|
||||||
## json数据如下
|
### json数据如下
|
||||||
|
|
||||||
> {
|
> {
|
||||||
> "v": "2",
|
> "v": "2",
|
||||||
|
@ -18,20 +18,20 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
||||||
> "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
|
||||||
* host:伪装的域名
|
* host:伪装的域名
|
||||||
|
|
||||||
1)http host中间逗号(,)隔开
|
1. 1)http host中间逗号(,)隔开
|
||||||
2)ws host
|
1. 2)ws host
|
||||||
3)h2 host
|
1. 3)h2 host
|
||||||
4)QUIC securty
|
1. 4)QUIC securty
|
||||||
|
|
||||||
* path:path
|
* path:path
|
||||||
1)ws path
|
1. 1)ws path
|
||||||
2)h2 path
|
1. 2)h2 path
|
||||||
3)QUIC key
|
1. 3)QUIC key
|
||||||
|
|
||||||
* tls:底层传输安全(tls)
|
* tls:底层传输安全(tls)
|
||||||
|
|
Loading…
Reference in a new issue