实现回源跟随功能

This commit is contained in:
GoEdgeLab
2022-03-14 15:07:33 +08:00
parent 760c8e6c0f
commit da67023adf
3 changed files with 57 additions and 45 deletions

View File

@@ -91,4 +91,5 @@ message UpdateReverseProxyRequest {
int32 maxConns = 11;
int32 maxIdleConns = 12;
bytes proxyProtocolJSON = 13;
bool followRedirects = 14;
}