This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/jsons/http_firewall_ref.md
T
2022-07-20 18:14:57 +08:00

256 B

HTTP防火墙(即WAF)引用

定义

{
  "isPrior": "是否覆盖上级配置",
  "isOn": "是否启用配置",
  "firewallPolicyId": "WAF策略ID"
}

示例

{
  "isPrior": true,
  "isOn": true,
  "firewallPolicyId": 123
}