Update readme
This commit is contained in:
parent
6ea2c5c945
commit
27735b7668
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
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
|
## Current usage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue