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 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
},
"#downloadSettings": { // H2 #使 downloadSettingsmode stream-up
"#downloadSettings": { // H2 #使 downloadSettingsserver.json mode stream-up
"address": "example.com",
"port": 443,
"network": "xhttp",

View File

@ -17,7 +17,7 @@
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"mode": "stream-one",
"mode": "stream-one", // config.jsonc 使 downloadSettings stream-one stream-up
"path": "" // path
}
}