Parcourir la source

opt: Rule字段,去掉ssl,改成id。

liufan il y a 1 mois
Parent
commit
0bb9cdbf70
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      zone.proto

+ 1 - 1
zone.proto

@@ -227,7 +227,7 @@ message Rule{
   optional uint32 originProtocol = 7;
   map<string, string> requestHeader = 8;
   map<string, string> responseHeader = 9;
-  optional string ssl = 10;
+  optional string id = 10;
 }
 message RuleList{
   repeated Rule rules = 1;