mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update client.json comment transalate
This commit is contained in:
parent
030ed60c2f
commit
2c69c9c09a
@ -23,7 +23,7 @@
|
||||
{
|
||||
"address": "example.com",
|
||||
"port": 443,
|
||||
"password": "" //填写你的 password
|
||||
"password": "" //fill in your password
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -31,10 +31,10 @@
|
||||
"network": "grpc",
|
||||
"security": "tls",
|
||||
"grpcSettings": {
|
||||
"serviceName": "", //填写你的 ServiceName
|
||||
//"idle_timeout": 60, //当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。
|
||||
//"initial_windows_size": 65536, //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。
|
||||
//"permit_without_stream": true //通过 Cloudflare CDN 且空闲(没有子连接)时,防止 Cloudflare CDN 关闭连接。
|
||||
"serviceName": "", //fill in your ServiceName
|
||||
//"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, // Prevent Cloudflare CDN from sending unexpected h2 GOAWAY frames to close existing connections when passing through Cloudflare CDN.
|
||||
//"permit_without_stream": true // Prevent Cloudflare CDN from closing connections when passing through Cloudflare CDN and idle (no sub-connections).
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user