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

This commit is contained in:
GoEdgeLab
2021-09-30 11:30:16 +08:00
parent 801f327f36
commit c2ea2c96d5
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;