mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-08 18:56:18 +01:00
Typo fixes
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
fe7cf44f26
commit
10cd6b9837
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ This is a tarpit, modeled after [Nepenthes](https://zadzmo.org/code/nepenthes/),
|
|||
|
||||
`iocaine` does not try to slow crawlers. It does not try to waste their time that way - that is left up to the reverse proxy. `iocaine` is *purely* about generating garbage.
|
||||
|
||||
To give you an idea how it works, check the [demo][demo:url], or peek into the [deployment documentation](docs/deployment.md#configuring-the-reverse-proxy). If you wish to know more about how this works, see [docs/how-it-works.md](docs/how-it-works.md).
|
||||
To give you an idea how it works, check the [demo][demo:url], or peek into the [deployment documentation](docs/deploying.md#configuring-the-reverse-proxy). If you wish to know more about how this works, see [docs/how-it-works.md](docs/how-it-works.md).
|
||||
|
||||
## Warning
|
||||
|
||||
|
@ -32,7 +32,7 @@ Entrapment is done by the reverse proxy. Anything that ends up being served by `
|
|||
|
||||
Or, if you prefer Docker, an [image][oci:url] is available. If you're on NixOS, this repository is a flake, and provides a NixOS module to help deploying it. See [here](https://pages.madhouse-project.org/algernon/infrastructure.org/eru_services_iocaine) for how to use that.
|
||||
|
||||
Expected usage is to hide the tarpit behind a reverse proxy like `nginx` or `Caddy`, and delegate the trapping to them, see the [deployment documentation](docs/deployment.md).
|
||||
Expected usage is to hide the tarpit behind a reverse proxy like `nginx` or `Caddy`, and delegate the trapping to them, see the [deployment documentation](docs/deploying.md).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue