mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-29 14:26:35 +08:00
反向代理源站可以设置权重
This commit is contained in:
@@ -26,6 +26,7 @@ message CreateOriginRequest {
|
||||
string name = 1;
|
||||
NetworkAddress addr = 2;
|
||||
string description = 3;
|
||||
int32 weight = 4;
|
||||
}
|
||||
|
||||
message CreateOriginResponse {
|
||||
@@ -38,6 +39,7 @@ message UpdateOriginRequest {
|
||||
string name = 2;
|
||||
NetworkAddress addr = 3;
|
||||
string description = 4;
|
||||
int32 weight = 5;
|
||||
}
|
||||
|
||||
// 查找单个源站信息
|
||||
Reference in New Issue
Block a user