反向代理设置中增加移除回源主机名端口功能

This commit is contained in:
刘祥超
2022-06-30 12:11:30 +08:00
parent ef4eb23226
commit 106bd2ae87
4 changed files with 3170 additions and 3156 deletions

View File

@@ -82,6 +82,7 @@ message UpdateReverseProxyRequest {
int64 reverseProxyId = 1;
int32 requestHostType = 6;
string requestHost = 2;
bool requestHostExcludingPort = 15;
string requestURI = 3;
string stripPrefix = 4;
bool autoFlush = 5;