[反向代理]增加请求主机名类型选择

This commit is contained in:
GoEdgeLab
2020-11-30 22:28:08 +08:00
parent 8f5b5bd338
commit 776e1322ed
3 changed files with 78 additions and 57 deletions

View File

@@ -79,6 +79,7 @@ message UpdateReverseProxyBackupOriginsRequest {
// 修改是否启用
message UpdateReverseProxyRequest {
int64 reverseProxyId = 1;
int32 requestHostType = 6;
string requestHost = 2;
string requestURI = 3;
string stripPrefix = 4;