Update client.json

This commit is contained in:
xqzr 2024-10-13 21:51:39 +08:00 committed by GitHub
parent cd7f4ad7f7
commit 57892e7f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
"port": 443, "port": 443,
"users": [ "users": [
{ {
"id": "", // UUID "id": "","//": "填写你的 UUID",
"encryption": "none" "encryption": "none"
} }
] ]
@ -36,11 +36,11 @@
"network": "grpc", "network": "grpc",
"security": "tls", "security": "tls",
"grpcSettings": { "grpcSettings": {
"serviceName": "", // ServiceName "serviceName": "","//": "填写你的 ServiceName不带任何斜杠",
"multiMode": false, "multiMode": false,
//"idle_timeout": 60, // "//idle_timeout": 60,"//": "当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。",
//"initial_windows_size": 35536, // Cloudflare CDN Cloudflare CDN h2 GOAWAY "//initial_windows_size": 35536,"//": "通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。",
//"permit_without_stream": true // Cloudflare CDN Cloudflare CDN "//permit_without_stream": true,"//": "通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。"
} }
} }
}, },