支持PROXY Protocol

This commit is contained in:
GoEdgeLab
2021-10-12 20:18:02 +08:00
parent 14cf334d2c
commit be56cefd08
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;
}