mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
remove unnecessary mux and ConnectionReuse settings.
This commit is contained in:
parent
061e3ba1d8
commit
4b541ef1a0
@ -24,15 +24,10 @@
|
|||||||
"security": "auto",
|
"security": "auto",
|
||||||
"wsSettings": {
|
"wsSettings": {
|
||||||
"path": "/PATH/",
|
"path": "/PATH/",
|
||||||
"connectionReuse": true,
|
|
||||||
"headers": {
|
"headers": {
|
||||||
"Host": "domain.Name"
|
"Host": "domain.Name"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"mux": {
|
|
||||||
"enabled": true,
|
|
||||||
"concurrency": 64
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outbound": {
|
"outbound": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user