WAF策略增加观察模式和通过模式

This commit is contained in:
刘祥超
2021-09-30 11:30:16 +08:00
parent bfa672dd37
commit 702c631460
7 changed files with 259 additions and 195 deletions

View File

@@ -6,6 +6,7 @@ package pb;
message HTTPFirewallPolicy {
int64 id = 1;
string name = 2;
string mode = 7;
bool isOn = 3;
string description = 4;
bytes inboundJSON = 5;