No description
Find a file
2026-02-11 21:24:55 +01:00
Caddyfile Cleanup 2026-02-11 21:24:55 +01:00
LICENSE Initial commit 2025-12-10 16:20:47 +01:00
README.md make Caddyfile importable (#1) 2026-02-05 18:28:21 +01:00

Caddy-AI-Block

This Caddyfile is based on the blocklist from https://github.com/ai-robots-txt/ai.robots.txt + added some IP-blocks

Usage

Download the Caddyfile and use it via import directive.

Example:

your.site.xyz {
        import block_bots.caddy

        reverse_proxy http://yourapp:1234

        encode zstd gzip
}