From bcbaf452ec85d755bcdbdc4a863b6646d6cae0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:34:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Sing-box-yg=E8=84=9A=E6=9C=AC=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sing-box-yg脚本自定义配置说明.txt | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/Sing-box-yg脚本自定义配置说明.txt b/Sing-box-yg脚本自定义配置说明.txt index 15b6178..7a28409 100644 --- a/Sing-box-yg脚本自定义配置说明.txt +++ b/Sing-box-yg脚本自定义配置说明.txt @@ -59,7 +59,6 @@ sing-box官方SFA/SFI/SFW客户端配置简要说明 "uuid": "658ff7f4-0448-4368-a104-c3108517f56a" 自定义的uuid }, - ------------------------------------------------------------------------------------ 三、hysteria2节点 ------------------------------------------------------------------------------------ @@ -105,6 +104,36 @@ sing-box官方SFA/SFI/SFW客户端配置简要说明 } }, +------------------------------------------------------------------------------------ +五、cf-vless(tls)节点 +------------------------------------------------------------------------------------ + { + "server": "1.2.3.4", 优选IP、优选域名 + "server_port": 12345, 自定义的端口,13个端口变化,详见视频教程解析图(第二期待发布) + "tag": "cf-vless-sb", 自定义节点名称 + "tls": { + "enabled": true, tls开启:true tls关闭:false + "server_name": "yg.ygkkk.eu.org", tls开启:pages域名或者自定义域名 + "insecure": false, + "utls": { + "enabled": true, + "fingerprint": "chrome" + } + }, + "transport": { + "headers": { + "Host": [ + "yg.ygkkk.eu.org" workers、pages域名或者自定义域名 + ] + }, + "path": "/?ed=2048", path路径:/?ed=2048 + "type": "ws" + }, + "type": "vmess", + //"security": "auto", + "uuid": "658ff7f4-0448-4368-a104-c3108517f56a" 自定义的uuid + }, + ------------------------------------------------------------------------------------