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

This commit is contained in:
GoEdgeLab
2022-06-30 12:11:30 +08:00
parent 140b322e9a
commit ed0d08b4f9
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;