Update README.md

This commit is contained in:
fab 2025-01-02 19:08:47 +01:00 committed by GitHub
parent af94e34764
commit 75770a28ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Additionally, **Bad Bot/User-Agent detection** is integrated to block malicious
## 📌 Project Highlights ## 📌 Project Highlights
- **🛡️ OWASP CRS Protection** Leverages OWASP Core Rule Set for web application firewall (WAF) defense. - **🛡️ OWASP CRS Protection** Leverages OWASP Core Rule Set for web application firewall (WAF) defense.
- **🤖 Bad Bot Blocking** Blocks known malicious bots using public bot lists. - **🤖 Bad Bot Blocking** Blocks known malicious bots using public bot lists.
- **⚙️ Multi-Web Server Support** Generates WAF configs for **Apache, Nginx, Caddy, Traefik, and HAProxy**. - **⚙️ Multi-Web Server Support** Generates WAF configs for **Apache, Nginx, Traefik, and HAProxy**.
- **🔄 Automatic Updates** GitHub Actions fetch new rules **daily** and push updated configs. - **🔄 Automatic Updates** GitHub Actions fetch new rules **daily** and push updated configs.
- **🧩 Scalable and Modular** Easily extendable to support other web servers or load balancers. - **🧩 Scalable and Modular** Easily extendable to support other web servers or load balancers.
@ -159,6 +159,5 @@ See the [LICENSE](LICENSE) file for details.
- [OWASP CRS](https://github.com/coreruleset/coreruleset) - [OWASP CRS](https://github.com/coreruleset/coreruleset)
- [Apache ModSecurity](https://modsecurity.org/) - [Apache ModSecurity](https://modsecurity.org/)
- [Nginx](https://nginx.org/) - [Nginx](https://nginx.org/)
- [Caddy Web Server](https://caddyserver.com/)
- [Traefik](https://github.com/traefik/traefik) - [Traefik](https://github.com/traefik/traefik)
- [HaProxy](https://www.haproxy.org/) - [HaProxy](https://www.haproxy.org/)