From 56876a67ccf3603fce2e16aac5124eedde22d765 Mon Sep 17 00:00:00 2001 From: "void aire()" <31969697+aire1@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:03:37 +0300 Subject: [PATCH] Fix documentation typo (#60) --- docs/examples/shadowtls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/shadowtls.md b/docs/examples/shadowtls.md index 5335d399..39c8988d 100644 --- a/docs/examples/shadowtls.md +++ b/docs/examples/shadowtls.md @@ -35,7 +35,7 @@ "password": "8JCsPssfgS8tiRwiMlhARg==", "detour": "shadowtls-out", "multiplex": { - "enabled": 1, + "enabled": true, "max_connections": 4, "min_streams": 4 } @@ -52,4 +52,4 @@ } ] } -``` \ No newline at end of file +```