[feature](proxy-protocol) Support proxy protocol v1 (#32338)
Enable proxy protocol to support IP transparency.
See: `IP Transparency` in f57387b502/docs/en/docs/admin-manual/cluster-management/load-balancing.md
for details
This commit is contained in:
@ -2511,6 +2511,12 @@ public class Config extends ConfigBase {
|
||||
})
|
||||
public static String inverted_index_storage_format = "V1";
|
||||
|
||||
@ConfField(description = {
|
||||
"是否开启 Proxy Protocol 支持",
|
||||
"Whether to enable proxy protocol"
|
||||
})
|
||||
public static boolean enable_proxy_protocol = false;
|
||||
|
||||
//==========================================================================
|
||||
// begin of cloud config
|
||||
//==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user