From 5ce2a614c8d57761db5036bfa472ce09efec57b7 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:41:26 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=88=86=E4=BA=AB=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=AF=B4=E6=98=8E(ver=202)=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 分享链接格式说明(ver-2).md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/分享链接格式说明(ver-2).md b/分享链接格式说明(ver-2).md index 2805b8b..f01f588 100644 --- a/分享链接格式说明(ver-2).md +++ b/分享链接格式说明(ver-2).md @@ -17,7 +17,9 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs "host": "www.bbb.com", "path": "/", "tls": "tls", - "sni": "www.ccc.com" + "sni": "www.ccc.com", + "alpn": "h2", + "fp": "chrome" } ``` @@ -32,17 +34,19 @@ v2rayN/v2rayN/v2rayN/Mode/VmessQRCode.cs * type: 伪装类型(none\http\srtp\utp\wechat-video) *tcp or kcp or QUIC * host: 伪装的域名 -1. 1)http(tcp)->host中间逗号(,)隔开 -1. 2)ws->host -1. 3)h2->host -1. 4)QUIC->securty +> 1. 1)http(tcp)->host中间逗号(,)隔开 +> 1. 2)ws->host +> 1. 3)h2->host +> 1. 4)QUIC->securty * path: path -1. 1)ws->path -1. 2)h2->path -1. 3)QUIC->key/Kcp->seed -1. 4)grpc->serviceName +> 1. 1)ws->path +> 1. 2)h2->path +> 1. 3)QUIC->key/Kcp->seed +> 1. 4)grpc->serviceName -* tls: 底层传输安全(tls) +* tls: 传输层安全(tls) * sni: serverName +* alpn: `h2,http/1.1` +* fp: fingerprint \ No newline at end of file