WAF策略增加是否使用本地防火墙设置

This commit is contained in:
GoEdgeLab
2022-01-09 17:05:24 +08:00
parent 0da587f158
commit 811f0ff9c1
6 changed files with 227 additions and 202 deletions

View File

@@ -12,4 +12,5 @@ message HTTPFirewallPolicy {
bytes inboundJSON = 5;
bytes outboundJSON = 6;
int64 serverId = 8;
bool useLocalFirewall = 9;
}