xqzr 2025-01-01 22:04:23 +08:00 committed by GitHub
parent 007b28f642
commit 34a5900403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,10 +31,10 @@
"xhttpSettings": {
"path": "", // path
"mode": "stream-one", //使 downloadSettings stream-one stream-up
"xmux": {
"#xmux": { //使 # Nginx
"maxConcurrency": 128, //Nginx 128https://nginx.org/en/docs/http/ngx_http_v3_module.html#http3_max_concurrent_streams
"hMaxRequestTimes": 1000, //Nginx 1000https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
"cMaxLifetimeMs": 3600000 //Nginx 3600000ms(1h)https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
"hMaxReusableSecs": 3600 //Nginx 3600s(1h)https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
},
"#downloadSettings": { // H2 #使 downloadSettings server.json mode stream-up
"address": "example.com",
@ -42,10 +42,10 @@
"network": "xhttp",
"xhttpSettings": {
"path": "", // path
"xmux": {
"#xmux": { //使 # Nginx
"maxConcurrency": 128, //Nginx 128https://nginx.org/en/docs/http/ngx_http_v3_module.html#http3_max_concurrent_streams
"hMaxRequestTimes": 1000, //Nginx 1000https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
"cMaxLifetimeMs": 3600000 //Nginx 3600000ms(1h)https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
"hMaxReusableSecs": 3600 //Nginx 3600s(1h)https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
}
},
"security": "tls"