From 72ad3941ce2600aa6e0f1f67a3b6b2b24b605397 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 01d249a573f7d..ffcd35e0d6529 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -916,7 +916,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