实现源站端口跟随功能

This commit is contained in:
GoEdgeLab
2022-06-29 21:55:37 +08:00
parent 99fecb2bfc
commit 140b322e9a
6 changed files with 3150 additions and 3116 deletions

View File

@@ -13,4 +13,5 @@ message Origin {
string description = 5;
repeated string domains = 6;
string host = 7;
bool followPort = 8;
}

View File

@@ -37,6 +37,7 @@ message CreateOriginRequest {
repeated string domains = 11;
bytes certRefJSON = 12;
string host = 13;
bool followPort = 14;
}
message CreateOriginResponse {
@@ -59,6 +60,7 @@ message UpdateOriginRequest {
repeated string domains = 12;
bytes certRefJSON = 13;
string host = 14;
bool followPort = 15;
}
// 查找单个源站信息