mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 01:20:26 +08:00
路由规则增加专属域名设置
This commit is contained in:
@@ -36,6 +36,7 @@ message CreateHTTPLocationRequest {
|
||||
string pattern = 4;
|
||||
bool isBreak = 5;
|
||||
bytes condsJSON = 6;
|
||||
repeated string domains = 7;
|
||||
}
|
||||
|
||||
message CreateHTTPLocationResponse {
|
||||
@@ -51,6 +52,7 @@ message UpdateHTTPLocationRequest {
|
||||
bool isOn = 5;
|
||||
bool isBreak = 6;
|
||||
bytes condsJSON = 7;
|
||||
repeated string domains = 8;
|
||||
}
|
||||
|
||||
// 查找路径规则配置
|
||||
|
||||
Reference in New Issue
Block a user