0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-28 17:35:33 +00:00

Add downloadsettings tip in server.jsonc

This commit is contained in:
xqzr 2024-12-27 23:11:06 +08:00 committed by GitHub
parent 0590b0096b
commit bfe4f9e42a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
} }
} }