Update client.json comment transalate

This commit is contained in:
lk29 2023-03-12 14:55:48 +05:00 committed by GitHub
parent 030ed60c2f
commit 2c69c9c09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
{ {
"address": "example.com", "address": "example.com",
"port": 443, "port": 443,
"password": "" // password "password": "" //fill in your password
} }
] ]
}, },
@ -31,10 +31,10 @@
"network": "grpc", "network": "grpc",
"security": "tls", "security": "tls",
"grpcSettings": { "grpcSettings": {
"serviceName": "", // ServiceName "serviceName": "", //fill in your ServiceName
//"idle_timeout": 60, // //"idle_timeout": 60, // When there is no data transfer during this time, a health check will be performed. Might solve some "cut-off" issues.
//"initial_windows_size": 65536, // Cloudflare CDN Cloudflare CDN h2 GOAWAY //"initial_windows_size": 65536, // Prevent Cloudflare CDN from sending unexpected h2 GOAWAY frames to close existing connections when passing through Cloudflare CDN.
//"permit_without_stream": true // Cloudflare CDN Cloudflare CDN //"permit_without_stream": true // Prevent Cloudflare CDN from closing connections when passing through Cloudflare CDN and idle (no sub-connections).
} }
} }
}, },