Update client.json comment translate

This commit is contained in:
lk29 2023-03-12 15:01:58 +05:00 committed by GitHub
parent a8e8fe41c2
commit baf5a486e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
"port": 443, "port": 443,
"users": [ "users": [
{ {
"id": "", // UUID "id": "", //fill in your UUID
"encryption": "none" "encryption": "none"
} }
] ]
@ -36,10 +36,10 @@
"network": "grpc", "network": "grpc",
"security": "tls", "security": "tls",
"grpcSettings": { "grpcSettings": {
"serviceName": "", // ServiceName "serviceName": "", //Fill in your ServiceName without any slashes
"multiMode": false, "multiMode": false,
//"idle_timeout": 60, // //"idle_timeout": 60, //When there is no data transfer for this period of time, a health check will be performed. Might solve some "cut-off" issues
//"initial_windows_size": 35536 // Cloudflare CDN Cloudflare CDN h2 GOAWAY //"initial_windows_size": 35536 //Prevent Cloudflare CDN from sending unexpected h2 GOAWAY frames to close existing connections when going through Cloudflare CDN.
} }
} }
}, },