Update readme

This commit is contained in:
Yulian Kuncheff 2025-03-25 23:26:22 +01:00
parent 6ea2c5c945
commit 27735b7668
No known key found for this signature in database

View file

@ -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