mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-07 16:24:20 +00:00
Updated 分享链接格式说明(ver 2) (markdown)
parent
8cbaf32482
commit
dba1e56c7f
1 changed files with 15 additions and 8 deletions
|
@ -6,11 +6,12 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
|||
```json
|
||||
{
|
||||
"v": "2",
|
||||
"ps": "备注别名",
|
||||
"ps": " 备注或别名 ",
|
||||
"add": "111.111.111.111",
|
||||
"port": "32000",
|
||||
"id": "1386f85e-657b-4d6e-9d56-78badb75e1fd",
|
||||
"aid": "100",
|
||||
"scy": "zero",
|
||||
"net": "tcp",
|
||||
"type": "none",
|
||||
"host": "www.bbb.com",
|
||||
|
@ -20,22 +21,28 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs
|
|||
}
|
||||
```
|
||||
|
||||
* v:配置文件版本号,主要用来识别当前配置
|
||||
* net :传输协议(tcp\kcp\ws\h2\quic)
|
||||
* type:伪装类型(none\http\srtp\utp\wechat-video) *tcp or kcp or QUIC
|
||||
* host:伪装的域名
|
||||
* v: 配置文件版本号,主要用来识别当前配置
|
||||
* ps: 备注或别名
|
||||
* add: 地址IP或域名
|
||||
* port: 端口号
|
||||
* id: UUID
|
||||
* aid: alterId
|
||||
* scy: 加密方式(security),没有时值默认auto
|
||||
* net: 传输协议(tcp\kcp\ws\h2\quic)
|
||||
* type: 伪装类型(none\http\srtp\utp\wechat-video) *tcp or kcp or QUIC
|
||||
* host: 伪装的域名
|
||||
|
||||
1. 1)http host中间逗号(,)隔开
|
||||
1. 2)ws host
|
||||
1. 3)h2 host
|
||||
1. 4)QUIC securty
|
||||
|
||||
* path:path
|
||||
* path: path
|
||||
1. 1)ws path
|
||||
1. 2)h2 path
|
||||
1. 3)QUIC key/Kcp seed
|
||||
1. 4)grpc serviceName
|
||||
|
||||
* tls:底层传输安全(tls)
|
||||
* sni:serverName
|
||||
* tls: 底层传输安全(tls)
|
||||
* sni: serverName
|
||||
|
Loading…
Reference in a new issue