mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 11:36:35 +08:00
源站支持自定义回源主机名
This commit is contained in:
@@ -35,6 +35,7 @@ message CreateOriginRequest {
|
||||
int32 maxIdleConns = 10;
|
||||
repeated string domains = 11;
|
||||
bytes certRefJSON = 12;
|
||||
string host = 13;
|
||||
}
|
||||
|
||||
message CreateOriginResponse {
|
||||
@@ -56,6 +57,7 @@ message UpdateOriginRequest {
|
||||
int32 maxIdleConns = 11;
|
||||
repeated string domains = 12;
|
||||
bytes certRefJSON = 13;
|
||||
string host = 14;
|
||||
}
|
||||
|
||||
// 查找单个源站信息
|
||||
|
||||
Reference in New Issue
Block a user