VLESS-GRPC add multiMode field

This commit is contained in:
tzmax 2022-12-09 22:34:29 +08:00
parent d408935bee
commit d7c4e6c788

View File

@ -37,6 +37,7 @@
"security": "tls", "security": "tls",
"grpcSettings": { "grpcSettings": {
"serviceName": "", // ServiceName "serviceName": "", // ServiceName
"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
} }