mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-04 01:56:34 +08:00
[反向代理]增加请求主机名类型选择
This commit is contained in:
@@ -79,6 +79,7 @@ message UpdateReverseProxyBackupOriginsRequest {
|
||||
// 修改是否启用
|
||||
message UpdateReverseProxyRequest {
|
||||
int64 reverseProxyId = 1;
|
||||
int32 requestHostType = 6;
|
||||
string requestHost = 2;
|
||||
string requestURI = 3;
|
||||
string stripPrefix = 4;
|
||||
|
||||
Reference in New Issue
Block a user