From 2d8bc0e59ac9f9c747dc41b1c401fd3dbb0e2818 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:43:22 +0800 Subject: [PATCH 01/30] Update client.json --- Trojan-gRPC-Caddy2/Nginx/client.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Trojan-gRPC-Caddy2/Nginx/client.json b/Trojan-gRPC-Caddy2/Nginx/client.json index 18218db..40a3916 100644 --- a/Trojan-gRPC-Caddy2/Nginx/client.json +++ b/Trojan-gRPC-Caddy2/Nginx/client.json @@ -23,7 +23,7 @@ { "address": "example.com", "port": 443, - "password": "" //填写你的 password + "password": "","//": "填写你的 password" } ] }, @@ -31,10 +31,10 @@ "network": "grpc", "security": "tls", "grpcSettings": { - "serviceName": "", //填写你的 ServiceName - //"idle_timeout": 60, //当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。 - //"initial_windows_size": 65536, //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。 - //"permit_without_stream": true //通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。 + "serviceName": "","//": "填写你的 ServiceName", + "//idle_timeout": 60,"//": "当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。", + "//initial_windows_size": 65536,"//": "通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。", + "//permit_without_stream": true,"//":"通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。" } } }, From cd7f4ad7f73fe81529dca62d37f764fbe844bbb2 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:46:36 +0800 Subject: [PATCH 02/30] Update server.json --- Trojan-gRPC-Caddy2/Nginx/server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trojan-gRPC-Caddy2/Nginx/server.json b/Trojan-gRPC-Caddy2/Nginx/server.json index f6ebd32..f8d3564 100644 --- a/Trojan-gRPC-Caddy2/Nginx/server.json +++ b/Trojan-gRPC-Caddy2/Nginx/server.json @@ -9,14 +9,14 @@ "settings": { "clients": [ { - "password": "" // 填写你的 password + "password": "","//": "填写你的 password" } ] }, "streamSettings": { "network": "grpc", "grpcSettings": { - "serviceName": "" // 填写你的 ServiceName + "serviceName": "","//": "填写你的 ServiceName" } } } From 57892e7f630310d365ab964de33c929a8ac8598a Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:51:39 +0800 Subject: [PATCH 03/30] Update client.json --- VLESS-GRPC/client.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VLESS-GRPC/client.json b/VLESS-GRPC/client.json index f00e330..05a16b3 100644 --- a/VLESS-GRPC/client.json +++ b/VLESS-GRPC/client.json @@ -25,7 +25,7 @@ "port": 443, "users": [ { - "id": "", //填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none" } ] @@ -36,11 +36,11 @@ "network": "grpc", "security": "tls", "grpcSettings": { - "serviceName": "", //填写你的 ServiceName,不带任何斜杠 + "serviceName": "","//": "填写你的 ServiceName,不带任何斜杠", "multiMode": false, - //"idle_timeout": 60, //当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。 - //"initial_windows_size": 35536, //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。 - //"permit_without_stream": true //通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。 + "//idle_timeout": 60,"//": "当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。", + "//initial_windows_size": 35536,"//": "通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。", + "//permit_without_stream": true,"//": "通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。" } } }, From e77111028888317eeb0d27956a7f920dde04f460 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:58:28 +0800 Subject: [PATCH 04/30] Update server.json --- VLESS-GRPC/server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-GRPC/server.json b/VLESS-GRPC/server.json index de97c8e..3ab1123 100644 --- a/VLESS-GRPC/server.json +++ b/VLESS-GRPC/server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "" // 填写你的 UUID + "id": "","//": "填写你的 UUID" } ], "decryption": "none" @@ -17,7 +17,7 @@ "streamSettings": { "network": "grpc", "grpcSettings": { - "serviceName": "" // 填写你的 ServiceName + "serviceName": "","//": "填写你的 ServiceName" } } } From 3bf3f1bce57d419887d6d8da3def9fd42c497c72 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:06:43 +0800 Subject: [PATCH 05/30] Update client.json --- VLESS-WSS-Nginx/client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-WSS-Nginx/client.json b/VLESS-WSS-Nginx/client.json index 7ae6584..be525fc 100644 --- a/VLESS-WSS-Nginx/client.json +++ b/VLESS-WSS-Nginx/client.json @@ -25,7 +25,7 @@ "port": 443, "users": [ { - "id": "", //填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none" } ] @@ -36,12 +36,12 @@ "network": "ws", "security": "tls", "wsSettings": { - "path": "/Path2WS?ed=2560" //?ed=2560 前面填写你的 path + "path": "/Path2WS?ed=2560","//": "?ed=2560 前面填写你的 path" }, "tlsSettings": { "allowInsecure": false, - "serverName": "xx.com", //Equal to "SNI" - "fingerprint": "chrome" //"chrome" or "firefox" + "serverName": "xx.com","//": "Equal to "SNI"", + "fingerprint": "chrome","//": ""chrome" or "firefox"" } } }, From d17228189aa90b5e485b4b8c11493358262f1889 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:08:13 +0800 Subject: [PATCH 06/30] Update server.json --- VLESS-WSS-Nginx/server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-WSS-Nginx/server.json b/VLESS-WSS-Nginx/server.json index 2f426c9..4e8a649 100644 --- a/VLESS-WSS-Nginx/server.json +++ b/VLESS-WSS-Nginx/server.json @@ -10,7 +10,7 @@ "settings": { "clients": [ { - "id": "" // 填写你的 UUID + "id": "","//": "填写你的 UUID" } ], "decryption": "none" @@ -18,7 +18,7 @@ "streamSettings": { "network": "ws", "wsSettings": { - "path": "/Path2WS" // 填写你的 path + "path": "/Path2WS","//": "填写你的 path" } }, "sniffing": { From dcf76f84c2241546a06b33df57edc4999e654f01 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:13:33 +0800 Subject: [PATCH 07/30] Update config_client.json --- Trojan-TCP-XTLS/config_client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Trojan-TCP-XTLS/config_client.json b/Trojan-TCP-XTLS/config_client.json index f23adec..aa1239d 100644 --- a/Trojan-TCP-XTLS/config_client.json +++ b/Trojan-TCP-XTLS/config_client.json @@ -29,10 +29,10 @@ "settings": { "servers": [ { - "address": "example.com", // your domain name or server IP - "flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice" + "address": "example.com","//": "your domain name or server IP", + "flow": "xtls-rprx-direct","//": "Linux or android can be changed to "xtls-rprx-splice"", "port": 443, - "password": "your_password" // your password + "password": "your_password","//": "your password" } ] }, @@ -40,7 +40,7 @@ "network": "tcp", "security": "xtls", "xtlsSettings": { - "serverName": "example.com" // your domain name + "serverName": "example.com","//": "your domain name" } } } From a31abf3e4e21b8939f577905f9155f884ad51aa9 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:15:58 +0800 Subject: [PATCH 08/30] Update config_server.json --- Trojan-TCP-XTLS/config_server.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Trojan-TCP-XTLS/config_server.json b/Trojan-TCP-XTLS/config_server.json index aa257df..9f77eaa 100644 --- a/Trojan-TCP-XTLS/config_server.json +++ b/Trojan-TCP-XTLS/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "password":"your_password", // password + "password":"your_password","//": "password" "flow": "xtls-rprx-direct" } ], @@ -35,12 +35,12 @@ ], "certificates": [ { - "certificateFile": "/path/to/cert", // Certificate file absolute directory - "keyFile": "/path/to/key", // Key file absolute directory - "ocspStapling": 3600 // Verification cycle 3600 Second + "certificateFile": "/path/to/cert","//": "Certificate file absolute directory", + "keyFile": "/path/to/key","//": "Key file absolute directory", + "ocspStapling": 3600,"//": "Verification cycle 3600 Second" } ], - "minVersion": "1.2" // If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line + "minVersion": "1.2","//": "If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line" } } } From 6d8af8da25cd9410a4fbfffa7f2ea4871a2822a4 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:27:15 +0800 Subject: [PATCH 09/30] Update config_client.json --- VLESS-TCP-TLS (maximal by rprx)/config_client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS (maximal by rprx)/config_client.json b/VLESS-TCP-TLS (maximal by rprx)/config_client.json index a93646d..aba31e9 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/config_client.json +++ b/VLESS-TCP-TLS (maximal by rprx)/config_client.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) + "address": "example.com","//": "换成你的域名或服务器 IP(发起请求时无需解析域名了)", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -34,9 +34,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com","//": "换成你的域名" } } } ] -} \ No newline at end of file +} From 541691c2ac7829cc1da37ac56762e015eef71651 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:28:29 +0800 Subject: [PATCH 10/30] Update config_server.json --- VLESS-TCP-TLS (maximal by rprx)/config_server.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS (maximal by rprx)/config_server.json b/VLESS-TCP-TLS (maximal by rprx)/config_server.json index 240bafb..9099996 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (maximal by rprx)/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "level": 0, "email": "love@example.com" } @@ -37,8 +37,8 @@ ], "certificates": [ { - "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 - "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 + "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径", + "keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径" } ] } @@ -50,4 +50,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +} From 9f7c81a4b0e9a30810aa3174df2837194eb22999 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:30:09 +0800 Subject: [PATCH 11/30] Update config_client.json --- VLESS-TCP-TLS (minimal by rprx)/config_client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_client.json b/VLESS-TCP-TLS (minimal by rprx)/config_client.json index e1e330d..a3dcfea 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_client.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_client.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名 + "address": "example.com","//": "换成你的域名", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} From d3c206695885eac7640832635ee14d37efc47c4c Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:30:53 +0800 Subject: [PATCH 12/30] Update config_server.json --- VLESS-TCP-TLS (minimal by rprx)/config_server.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_server.json b/VLESS-TCP-TLS (minimal by rprx)/config_server.json index 2819034..c075731 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID" "level": 0, "email": "love@example.com" } @@ -30,8 +30,8 @@ ], "certificates": [ { - "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 - "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 + "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径" + "keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径" } ] } @@ -43,4 +43,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +} From 9ddcaf9c9ada108e87fe083368e870fc53b29b9a Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:33:25 +0800 Subject: [PATCH 13/30] Update config_client_tcp_tls.json --- VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json b/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json index a93646d..aba31e9 100644 --- a/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json +++ b/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) + "address": "example.com","//": "换成你的域名或服务器 IP(发起请求时无需解析域名了)", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -34,9 +34,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com","//": "换成你的域名" } } } ] -} \ No newline at end of file +} From f5503d52c33b7165fd277c878fa031e0c53dc968 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:34:14 +0800 Subject: [PATCH 14/30] Update config_server.json --- Trojan-TCP-XTLS/config_server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trojan-TCP-XTLS/config_server.json b/Trojan-TCP-XTLS/config_server.json index 9f77eaa..862cc60 100644 --- a/Trojan-TCP-XTLS/config_server.json +++ b/Trojan-TCP-XTLS/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "password":"your_password","//": "password" + "password":"your_password","//": "password", "flow": "xtls-rprx-direct" } ], From 18cf0ff8c69e47d0900ae062057a2ff6cf949e5d Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:42:05 +0800 Subject: [PATCH 15/30] Update config_server.json --- VLESS-TCP-TLS (minimal by rprx)/config_server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_server.json b/VLESS-TCP-TLS (minimal by rprx)/config_server.json index c075731..829eb52 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "","//": "填写你的 UUID" + "id": "","//": "填写你的 UUID", "level": 0, "email": "love@example.com" } @@ -30,7 +30,7 @@ ], "certificates": [ { - "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径" + "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径", "keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径" } ] From a309f06fadf7a1c70db8af594182c7266a5e68eb Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:48:03 +0800 Subject: [PATCH 16/30] Update config_client_ws_tls.json --- .../config_client_ws_tls.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VLESS-TCP-TLS-WS (recommended)/config_client_ws_tls.json b/VLESS-TCP-TLS-WS (recommended)/config_client_ws_tls.json index 8df0f6f..7ff21fe 100644 --- a/VLESS-TCP-TLS-WS (recommended)/config_client_ws_tls.json +++ b/VLESS-TCP-TLS-WS (recommended)/config_client_ws_tls.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) + "address": "example.com","//": "换成你的域名或服务器 IP(发起请求时无需解析域名了)", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -34,12 +34,12 @@ "network": "ws", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com","//": "换成你的域名" }, "wsSettings": { - "path": "/websocket" // 必须换成自定义的 PATH,需要和服务端的一致 + "path": "/websocket","//": "必须换成自定义的 PATH,需要和服务端的一致" } } } ] -} \ No newline at end of file +} From bdf76c8ffcbe52a5b676c2a4658f9baaadda2d26 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:52:30 +0800 Subject: [PATCH 17/30] Update config_server.json --- VLESS-TCP-TLS-WS (recommended)/config_server.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/VLESS-TCP-TLS-WS (recommended)/config_server.json b/VLESS-TCP-TLS-WS (recommended)/config_server.json index ffd8149..1974832 100644 --- a/VLESS-TCP-TLS-WS (recommended)/config_server.json +++ b/VLESS-TCP-TLS-WS (recommended)/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "level": 0, "email": "love@example.com" } @@ -20,7 +20,7 @@ "dest": 80 }, { - "path": "/websocket", // 必须换成自定义的 PATH + "path": "/websocket","//": "必须换成自定义的 PATH", "dest": 1234, "xver": 1 } @@ -35,8 +35,8 @@ ], "certificates": [ { - "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 - "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 + "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径", + "keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径" } ] } @@ -49,7 +49,7 @@ "settings": { "clients": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "level": 0, "email": "love@example.com" } @@ -60,8 +60,8 @@ "network": "ws", "security": "none", "wsSettings": { - "acceptProxyProtocol": true, // 提醒:若你用 Nginx/Caddy 等反代 WS,需要删掉这行 - "path": "/websocket" // 必须换成自定义的 PATH,需要和上面的一致 + "acceptProxyProtocol": true,"//": "提醒:若你用 Nginx/Caddy 等反代 WS,需要删掉这行", + "path": "/websocket","//": "必须换成自定义的 PATH,需要和上面的一致" } } } From dda3dae565834a56b74647603c5c233c2cbaa76b Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:01:26 +0800 Subject: [PATCH 18/30] Update config_client.json --- VLESS-TCP-XTLS-Vision/config_client.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/VLESS-TCP-XTLS-Vision/config_client.json b/VLESS-TCP-XTLS-Vision/config_client.json index 4b74a16..efe024a 100644 --- a/VLESS-TCP-XTLS-Vision/config_client.json +++ b/VLESS-TCP-XTLS-Vision/config_client.json @@ -25,8 +25,8 @@ }, "inbounds": [ { - "listen": "127.0.0.1", // Fill in 0.0.0.0 to allow connections from LAN - "port": 10808, // local socks listening port + "listen": "127.0.0.1","//": "Fill in 0.0.0.0 to allow connections from LAN", + "port": 10808,"//": "local socks listening port", "protocol": "socks", "settings": { "udp": true @@ -40,8 +40,8 @@ } }, { - "listen": "127.0.0.1", // Fill in "0.0.0.0" to allow connections from LAN - "port": 10809, // Local http listening port + "listen": "127.0.0.1","//": "Fill in "0.0.0.0" to allow connections from LAN", + "port": 10809,"//": "Local http listening port", "protocol": "http", "sniffing": { "enabled": true, @@ -58,11 +58,11 @@ "settings": { "vnext": [ { - "address": "", // Address, domain name or IP of the server - "port": 443, // Port, consistent with the server + "address": "","//": "Address, domain name or IP of the server", + "port": 443,"//": "Port, consistent with the server", "users": [ { - "id": "", // User ID, consistent with the server + "id": "","//": "User ID, consistent with the server", "encryption": "none", "flow": "xtls-rprx-vision" } @@ -74,9 +74,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "", // SNI, if "address" is filled with the domain name of the server, it can be left blank. If "address" is filled with the IP of the server, fill in the domain name contained in the certificate of the server here + "serverName": "","//": "SNI, if "address" is filled with the domain name of the server, it can be left blank. If "address" is filled with the IP of the server, fill in the domain name contained in the certificate of the server here", "allowInsecure": false, - "fingerprint": "chrome" // Used to configure the fingerprint of the specified TLS Client Hello, Xray will simulate the TLS fingerprint through the uTLS library, or generate it randomly + "fingerprint": "chrome","//": "Used to configure the fingerprint of the specified TLS Client Hello, Xray will simulate the TLS fingerprint through the uTLS library, or generate it randomly" } }, "tag": "proxy" From 70ddbfcfd2f3dbfd7f6bdc49e3553ede71d2a653 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:04:57 +0800 Subject: [PATCH 19/30] Update config_server.json --- VLESS-TCP-XTLS-Vision/config_server.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/VLESS-TCP-XTLS-Vision/config_server.json b/VLESS-TCP-XTLS-Vision/config_server.json index 6e5e1c8..3dfd535 100644 --- a/VLESS-TCP-XTLS-Vision/config_server.json +++ b/VLESS-TCP-XTLS-Vision/config_server.json @@ -16,13 +16,13 @@ }, "inbounds": [ { - "listen": "0.0.0.0", // "0.0.0.0" Indicates listening to both IPv4 and IPv6 - "port": 443, // The port on which the server listens + "listen": "0.0.0.0","//": ""0.0.0.0" Indicates listening to both IPv4 and IPv6", + "port": 443,"//": "The port on which the server listens", "protocol": "vless", "settings": { "clients": [ { - "id": "", // User ID, perform xray uuid generation, or a string of 1-30 bytes + "id": "","//": "User ID, perform xray uuid generation, or a string of 1-30 bytes", "flow": "xtls-rprx-vision" } ], @@ -48,8 +48,8 @@ "certificates": [ { "ocspStapling": 3600, - "certificateFile": "/etc/ssl/private/fullchain.cer", // For the certificate file, it is recommended to use fullchain (full SSL certificate chain). If there is only a website certificate, v2rayN can be used but v2rayNG cannot be used. Usually, the extension is not distinguished - "keyFile": "/etc/ssl/private/private.key" // private key file + "certificateFile": "/etc/ssl/private/fullchain.cer","//": "For the certificate file, it is recommended to use fullchain (full SSL certificate chain). If there is only a website certificate, v2rayN can be used but v2rayNG cannot be used. Usually, the extension is not distinguished", + "keyFile": "/etc/ssl/private/private.key","//": "private key file" } ] } @@ -76,8 +76,8 @@ "policy": { "levels": { "0": { - "handshake": 2, // The handshake time limit when the connection is established, in seconds, the default value is 4, it is recommended to be different from the default value - "connIdle": 120 // Connection idle time limit in seconds, the default value is 300, it is recommended to be different from the default value + "handshake": 2,"//": "The handshake time limit when the connection is established, in seconds, the default value is 4, it is recommended to be different from the default value", + "connIdle": 120,"//": "Connection idle time limit in seconds, the default value is 300, it is recommended to be different from the default value" } } } From 58f0ce273f8ab975c8c5ae81de7e433a359307c8 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:08:31 +0800 Subject: [PATCH 20/30] Update client.json --- VLESS-TLS-SplitHTTP-H3/client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TLS-SplitHTTP-H3/client.json b/VLESS-TLS-SplitHTTP-H3/client.json index 2bb806d..ec2008b 100644 --- a/VLESS-TLS-SplitHTTP-H3/client.json +++ b/VLESS-TLS-SplitHTTP-H3/client.json @@ -23,11 +23,11 @@ "settings": { "vnext": [ { - "address": "example.com", // Change to your domain. + "address": "example.com","//": "Change to your domain.", "port": 443, "users": [ { - "id": "UUID", // Change to your UUID. + "id": "UUID","//": "Change to your UUID.", "encryption": "none" } ] @@ -39,10 +39,10 @@ "security": "tls", "splithttpSettings": { "path": "/splithttp", - "host": "example.com" // Change to your domain. + "host": "example.com","//": "Change to your domain." }, "tlsSettings": { - "serverName": "example.com", // Change to your domain. + "serverName": "example.com","//": "Change to your domain.", "alpn": [ "h3" ] From 2bc041157bbf80a39277e254e11553dfd686c8cc Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:15:09 +0800 Subject: [PATCH 21/30] Update server.json --- VLESS-TLS-SplitHTTP-H3/server.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/VLESS-TLS-SplitHTTP-H3/server.json b/VLESS-TLS-SplitHTTP-H3/server.json index b70823c..58f2964 100644 --- a/VLESS-TLS-SplitHTTP-H3/server.json +++ b/VLESS-TLS-SplitHTTP-H3/server.json @@ -15,7 +15,7 @@ "settings": { "clients": [ { - "id": "UUID" // Change to your UUID. + "id": "UUID","//": "Change to your UUID." } ], "decryption": "none" @@ -25,19 +25,20 @@ "security": "tls", "splithttpSettings": { "path": "/splithttp", - "host": "example.com" // Change to your domain. + "host": "example.com","//": "Change to your domain." }, "tlsSettings": { "rejectUnknownSni": true, "minVersion": "1.3", "alpn": [ - "h3" // If you want to use with CDN, you need to change alpn to ["h2", "http/1.1"]. + "h3" ], + "//": "If you want to use with CDN, you need to change alpn to ["h2", "http/1.1"].", "certificates": [ { "ocspStapling": 3600, - "certificateFile": "/path/to/fullchain.pem", // Change to your fullchain file path. - "keyFile": "/path/to/privkey.pem" // Change to your private key file path. + "certificateFile": "/path/to/fullchain.pem","//": "Change to your fullchain file path.", + "keyFile": "/path/to/privkey.pem","//": "Change to your private key file path." } ] } From 1861bd6881440599a536ddb261602debf571b909 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:22:51 +0800 Subject: [PATCH 22/30] Update config_client.json --- VLESS-gRPC-REALITY/config_client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-gRPC-REALITY/config_client.json b/VLESS-gRPC-REALITY/config_client.json index ac2e8c1..56b3ebe 100644 --- a/VLESS-gRPC-REALITY/config_client.json +++ b/VLESS-gRPC-REALITY/config_client.json @@ -45,7 +45,7 @@ "settings": { "vnext": [ { - "address": "1.2.3.4", // Server IPv4 + "address": "1.2.3.4","//": "Server IPv4", "port": 80, "users": [ { From 0b9e3f63386a2d915bbec53e2ba738387d66d9d6 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:24:15 +0800 Subject: [PATCH 23/30] Update config_client.json --- VLESS-mKCPSeed/config_client.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-mKCPSeed/config_client.json b/VLESS-mKCPSeed/config_client.json index ca00c38..d070898 100644 --- a/VLESS-mKCPSeed/config_client.json +++ b/VLESS-mKCPSeed/config_client.json @@ -19,7 +19,7 @@ "vnext": [ { "address": "{{ host }}", - "port": {{ port }}, + "port": "{{ port }}", "users": [ { "id": "{{ uuid }}", @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} From 0e2079aa644b9fe8a7b9d0574febbab8357f0c10 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:24:38 +0800 Subject: [PATCH 24/30] Update config_server.json --- VLESS-mKCPSeed/config_server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-mKCPSeed/config_server.json b/VLESS-mKCPSeed/config_server.json index bc294d8..66b98a9 100644 --- a/VLESS-mKCPSeed/config_server.json +++ b/VLESS-mKCPSeed/config_server.json @@ -5,7 +5,7 @@ "inbounds": [ { "protocol": "vless", - "port": {{ port }}, + "port": "{{ port }}", "settings": { "decryption":"none", "clients": [ From af12d131e50fbf3342a3aa49bc8b27a0c4e09163 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:26:18 +0800 Subject: [PATCH 25/30] Update config_client.json --- VMess-HTTP2/config_client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMess-HTTP2/config_client.json b/VMess-HTTP2/config_client.json index c9243ce..67af0d1 100644 --- a/VMess-HTTP2/config_client.json +++ b/VMess-HTTP2/config_client.json @@ -52,7 +52,7 @@ "network": "http", "security": "tls", "tlsSettings": { - "fingerprint": "chrome" // uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS + "fingerprint": "chrome","//": "uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS" } }, "tag": "proxy" From 1066af0609a8fd73448dd6a8466b1b76165f9e24 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:27:28 +0800 Subject: [PATCH 26/30] Update client.json --- VMess-QUIC/client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VMess-QUIC/client.json b/VMess-QUIC/client.json index 068511a..87c36a9 100644 --- a/VMess-QUIC/client.json +++ b/VMess-QUIC/client.json @@ -4,7 +4,7 @@ "vnext": [ { "address": "", - "port": 443, // 也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html + "port": 443,"//": "也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html", "users": [ { "id": "", @@ -16,10 +16,10 @@ }, "streamSettings": { "network": "quic", - "quicSettings": {}, // 不使用伪装头和额外加密 原生 quic 流量特征 + "quicSettings": {},"//": "不使用伪装头和额外加密 原生 quic 流量特征", "security": "tls", "tlsSettings": { - "servername": "*" //servername 必填 因为 quic 会验证 sni 否则不发包 + "servername": "*","//": "servername 必填 因为 quic 会验证 sni 否则不发包" } } } From 1b97febdf6e4ba2d6feed25e094cc77115713b1f Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:28:01 +0800 Subject: [PATCH 27/30] Update server.json --- VMess-QUIC/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMess-QUIC/server.json b/VMess-QUIC/server.json index c81bae7..04dd8be 100644 --- a/VMess-QUIC/server.json +++ b/VMess-QUIC/server.json @@ -15,7 +15,7 @@ "tlsSettings": { "certificates": [ { - "certificateFile": "fullchain.crt", // 使用真实证书 + "certificateFile": "fullchain.crt","//": "使用真实证书", "keyFile": "private.key" } ] From 2db31b0820628bd44c4d666fcb8819afc2aa9d85 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:29:18 +0800 Subject: [PATCH 28/30] Update config_client.json --- VMess-Websocket-TLS/config_client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMess-Websocket-TLS/config_client.json b/VMess-Websocket-TLS/config_client.json index 0cf2bde..c7eee17 100644 --- a/VMess-Websocket-TLS/config_client.json +++ b/VMess-Websocket-TLS/config_client.json @@ -52,7 +52,7 @@ "network": "ws", "security": "tls", "tlsSettings": { - "fingerprint": "chrome" // uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS + "fingerprint": "chrome","//": "uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS" } }, "tag": "proxy" From 6d66706005f9d69716e4bfe50961a0a9060c4e41 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:05:11 +0800 Subject: [PATCH 29/30] Delete VMess-QUIC directory https://github.com/XTLS/Xray-examples/commits/main/?since=2024-10-17&until=2024-10-17 --- VMess-QUIC/client.json | 25 ------------------------- VMess-QUIC/server.json | 24 ------------------------ 2 files changed, 49 deletions(-) delete mode 100644 VMess-QUIC/client.json delete mode 100644 VMess-QUIC/server.json diff --git a/VMess-QUIC/client.json b/VMess-QUIC/client.json deleted file mode 100644 index 87c36a9..0000000 --- a/VMess-QUIC/client.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "protocol": "vmess", - "settings": { - "vnext": [ - { - "address": "", - "port": 443,"//": "也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html", - "users": [ - { - "id": "", - "security": "zero" - } - ] - } - ] - }, - "streamSettings": { - "network": "quic", - "quicSettings": {},"//": "不使用伪装头和额外加密 原生 quic 流量特征", - "security": "tls", - "tlsSettings": { - "servername": "*","//": "servername 必填 因为 quic 会验证 sni 否则不发包" - } - } -} diff --git a/VMess-QUIC/server.json b/VMess-QUIC/server.json deleted file mode 100644 index 04dd8be..0000000 --- a/VMess-QUIC/server.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "port": 443, - "protocol": "vmess", - "settings": { - "clients": [ - { - "id": "" - } - ] - }, - "streamSettings": { - "network": "quic", - "quicSettings": {}, - "security": "tls", - "tlsSettings": { - "certificates": [ - { - "certificateFile": "fullchain.crt","//": "使用真实证书", - "keyFile": "private.key" - } - ] - } - } -} From 5bd546f51070d5e7b0d5b98eb59b93cda3ed855e Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:11:18 +0800 Subject: [PATCH 30/30] Update server.json --- VLESS-HTTP-Caddy/VLESS-H3-Caddy/server.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-HTTP-Caddy/VLESS-H3-Caddy/server.json b/VLESS-HTTP-Caddy/VLESS-H3-Caddy/server.json index 86a214b..5d782c2 100644 --- a/VLESS-HTTP-Caddy/VLESS-H3-Caddy/server.json +++ b/VLESS-HTTP-Caddy/VLESS-H3-Caddy/server.json @@ -26,13 +26,13 @@ ] }, "tlsSettings": { - // "rejectUnknownSni": true, + "//rejectUnknownSni": true, "minVersion": "1.3", "alpn": ["h3"], "certificates": [ { - "certificateFile": "CA.crt", // 换成你的证书,绝对路径 - "keyFile": "priv.key" // 换成你的私钥,绝对路径 + "certificateFile": "CA.crt","//": "换成你的证书,绝对路径", + "keyFile": "priv.key","//": "换成你的私钥,绝对路径" } ] }