From 0d18da3409f9147cf4767cb023445fd86edf3f51 Mon Sep 17 00:00:00 2001 From: Ran Date: Mon, 3 Jul 2023 09:42:56 +0800 Subject: [PATCH] Update tidb-configuration-file.md Co-authored-by: Grace Cai --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 78ffdddde836d..3d721f0fbd09f 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -930,7 +930,7 @@ Configuration items related to the PROXY protocol. ### `fallbackable` New in v6.5.1 -+ Controls whether to enable the PROXY protocol fallback mode. If this configuration item is set to `true`, TiDB can accept clients that belong to `proxy-protocol.networks` to connect to TiDB without using the PROXY protocol specification or without sending the PROXY protocol header. By default, TiDB only accepts client connections that belong to `proxy-protocol.networks` and send the PROXY protocol header. ++ Controls whether to enable the PROXY protocol fallback mode. If this configuration item is set to `true`, TiDB can accept clients that belong to `proxy-protocol.networks` to connect to TiDB without using the PROXY protocol specification or without sending the PROXY protocol header. By default, TiDB only accepts client connections that belong to `proxy-protocol.networks` and send a PROXY protocol header. + Default value: `false` ## experimental