mirror of https://github.com/XTLS/Xray-examples
Add `downloadsettings` tip in server.jsonc
parent
0590b0096b
commit
bfe4f9e42a
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue