1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00

enable mux by default

This commit is contained in:
Darien Raymond 2017-04-07 21:00:51 +02:00
parent 806ee420e5
commit cc8935ee02
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -28,6 +28,9 @@
] ]
} }
] ]
},
"mux": {
"enabled": true
} }
}, },
"outboundDetour": [ "outboundDetour": [
@ -100,11 +103,5 @@
} }
] ]
} }
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 1,
"downlinkCapacity": 10
}
} }
} }