Explorar el Código

feature: Cloudflare添加域名时,默认开启智能分层缓存

liufan hace 4 meses
padre
commit
7ee77f30b0
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      zone.proto

+ 10 - 0
zone.proto

@@ -270,3 +270,13 @@ message IdRequest{
   string apiEmail = 2;
   string zoneId = 3;
 }
+
+message SetSmartTieredCacheRequestCloudflare{
+  string apiKey = 1;
+  string apiEmail = 2;
+  string zoneId = 3;
+}
+
+message SetSmartTieredCacheReplyCloudflare{
+  bool enabled = 1;
+}