增加刷新、预热缓存任务管理

This commit is contained in:
GoEdgeLab
2022-06-05 17:14:14 +08:00
parent a1a500dd71
commit cc6025fa22
11 changed files with 2874 additions and 354 deletions

View File

@@ -530,9 +530,9 @@ message FindNearbyServersResponse {
// 清除缓存
message PurgeServerCacheRequest {
repeated string domains = 1;
repeated string keys = 2;
repeated string prefixes = 3;
string description = 4; // 任务描述
}
message PurgeServerCacheResponse {