支持PROXY Protocol

This commit is contained in:
刘祥超
2021-10-12 20:18:02 +08:00
parent 90d71811dc
commit be5c54d903
4 changed files with 99 additions and 56 deletions

View File

@@ -90,4 +90,5 @@ message UpdateReverseProxyRequest {
bytes idleTimeoutJSON = 10;
int32 maxConns = 11;
int32 maxIdleConns = 12;
bytes proxyProtocolJSON = 13;
}