docs: update

This commit is contained in:
Micooz 2017-12-26 08:57:55 +08:00
parent f8ef648db4
commit 28b0527a2c

@ -182,7 +182,6 @@ Since blinksocks v2.9.0, we support multiplexing over TCP/TLS/WS. You can enable
``` ```
{ {
"mux": true, "mux": true,
"mux_concurrency": 10
... ...
} }
``` ```
@ -195,7 +194,8 @@ Since blinksocks v2.9.0, we support multiplexing over TCP/TLS/WS. You can enable
"servers": [{ "servers": [{
... ...
"mux": true, "mux": true,
... "mux_concurrency": 10
...
}], }],
... ...
} }