mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-27 04:46:35 +08:00
实现源站端口跟随功能
This commit is contained in:
@@ -13,4 +13,5 @@ message Origin {
|
||||
string description = 5;
|
||||
repeated string domains = 6;
|
||||
string host = 7;
|
||||
bool followPort = 8;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
// 查找单个源站信息
|
||||
|
||||
Reference in New Issue
Block a user