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
1 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"port": 443,
"users": [
{
"id": "", // UUID
"id": "", //fill in your UUID
"encryption": "none"
}
]
@ -36,10 +36,10 @@
"network": "grpc",
"security": "tls",
"grpcSettings": {
"serviceName": "", // ServiceName
"serviceName": "", //Fill in your ServiceName without any slashes
"multiMode": false,
//"idle_timeout": 60, //
//"initial_windows_size": 35536 // Cloudflare CDN Cloudflare CDN h2 GOAWAY
//"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 //Prevent Cloudflare CDN from sending unexpected h2 GOAWAY frames to close existing connections when going through Cloudflare CDN.
}
}
},