路由规则增加专属域名设置

This commit is contained in:
刘祥超
2021-12-12 16:38:18 +08:00
parent f080088e19
commit 309f0ea85b
4 changed files with 139 additions and 117 deletions

View File

@@ -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;
}
// 查找路径规则配置