Hi folks,
I’m excited to announce the release of the teler WAF Caddy module, which is designed to effortlessly enhance web security within your Caddy server environment.
What is teler WAF?
teler-waf is a Go HTTP middleware that protects local web services from OWASP Top 10 threats, known vulnerabilities, malicious actors, botnets, unwanted crawlers, and brute force attacks.
The package comes with a standard net/http.Handler
, making it easy to integrate into your application’s routing, and it’s highly configurable—allowing you to tailor it to fit the specific needs of your application. [Since teler-waf v1.5.0], it also provides CaddyHandler
& CaddyHandlerFuncWithNext
to seamlessly integrate with the Caddy web server.
teler Caddy
With this module, integrating advanced security measures into your Caddy server setup is straightforward. Whether you’re managing a single site or multiple endpoints, you can configure and deploy teler WAF effortlessly to enhance protection without compromising performance.
Key Features:
- Customizable Protection: Fine-tune security policies using JSON or YAML configurations.
- Real-time Threat Detection: Immediate alerts for OWASP Top 10 threats like SQL injection.
- Efficient Performance: Minimal overhead ensures your servers run smoothly.
Configuration
This module allows for fine-tuning and customization through two subdirectives: load_from
and inline
. These subdirectives enable you to set various options to tailor the behavior of the teler WAF to meet your specific security needs.
For detailed instructions and examples on configuring the teler WAF Caddy module, refer to the Configuration section of the documentation.
Feedback
Please share your experience, suggestions, or report any issues on our GitHub repository. Your input helps us improve and enhance our security solutions to better meet your needs. Thanks!!