diff --git a/README.md b/README.md index 8c9172f..5680193 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ caddy-anubis is a plugin that loads anubis for requests in order to slow down AI and Scraper traffic from destroying infrastucture. -I consider this current implementation more of a Proof-of-Concept. I am not sure how stable or well it works. This is my first Caddy plugin. +I consider this current implementation more of a Proof-of-Concept. I am not sure how stable or well it works. This is my first Caddy plugin. I do not currently recommend it for production usage. -One major issue is the very first request after a Caddy start or restart, takes like 5 seconds till anubis kicks in. All subsequent requests, especially after clearing cookies, are near instant. +If you have experience with Caddy plugins, or see obvious issues in my code, feel free to open PRs or reach out to me. + +## Known Issues + +- One major issue is the very first request after a Caddy start or restart, takes like 5 seconds till anubis kicks in. All subsequent requests, even after clearing cookies, are near instant. ## Current usage