Merge pull request #206 from XTLS/xqzr-patch-2

Fix/Add `downloadsettings` tip
This commit is contained in:
xqzr 2024-12-27 23:16:08 +08:00 committed by GitHub
commit 007b28f642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
"hMaxRequestTimes": 1000, //Nginx 默认上限 1000。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests "hMaxRequestTimes": 1000, //Nginx 默认上限 1000。https://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 "cMaxLifetimeMs": 3600000 //Nginx 默认上限 3600000ms(1h)。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
}, },
"#downloadSettings": { //如需 H2 下行:移除前面的 #(井号)以使用 downloadSettings上面的 mode 更改为 stream-up。 "#downloadSettings": { //如需 H2 下行:移除前面的 #(井号)以使用 downloadSettings上面和 server.json 的 mode 更改为 stream-up。
"address": "example.com", "address": "example.com",
"port": 443, "port": 443,
"network": "xhttp", "network": "xhttp",

View file

@ -17,7 +17,7 @@
"streamSettings": { "streamSettings": {
"network": "xhttp", "network": "xhttp",
"xhttpSettings": { "xhttpSettings": {
"mode": "stream-one", "mode": "stream-one", //如在 config.jsonc 使用 downloadSettings下行不可用 stream-one可用 stream-up。
"path": "" // 填写你的 path "path": "" // 填写你的 path
} }
} }