Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 341 Bytes

caddy-waf

Waf based on caddy2

example

   route {
        waf {
            args_rule args.rule
            user_agent_rule user_agent.rule
            post_rule post.rule
            ip_allow_rule ip_allow.rule
            ip_block_rule ip_block.rule
            rate_limit_bucket 10
            rate_limit_rate 10
        }
    }