Update waf.md

This commit is contained in:
p3t4rc 2025-04-30 15:36:03 +02:00 committed by GitHub
parent 3a769c1db9
commit 9316edad1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,27 @@ sidebar_position: 9
---
# WAF
# WAF - Web Application Firewall
The WAF interface allows openpanel users to toggle wether the Coraza WAF is active for each of their domains individually, this function is also available on the Domain Names interface.
![waf.png](/img/panel/v2/waf.png)
By clicking on a domain name from the list users can disable individual rules for that domain.
![waf.png](/img/panel/v2/waf_rules.png)
Rules can be disabled by ID (SecRuleRemoveByID)
![waf.png](/img/panel/v2/waf_rulesID.png)
and/or by Tag name (SecRuleRemoveByTag).
![waf.png](/img/panel/v2/waf_rulesTag.png)
The OWASP Core ruleset is enabled by default for newly added domains, WAF log files can also be viewed from this interface by clicking on the View Logs button top right.
![waf.png](/img/panel/v2/waf_logs.png)