mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-02 07:46:20 +01:00
Typo fix
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
764cf9afd0
commit
85e6f4f66f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ iocaine
|
|||
|
||||
> The deadliest poison known to AI.
|
||||
|
||||
This is a tarpit, modeled after [Nepenthes](https://zadzmo.org/code/nepenthes/), intended to catch unwelcome web crawlers, but with a slightly different, more aggressive intended usage scenario. The core idea is to configure a reverse proxy to serve content generated by `iocaine` to AI crawlers, but normal content to every other visitor. This differs from Nepenthes, where the idea is to link to it, and trap crawlers that way. Not with `iocane`, where the trap is laid by the reverse proxy.
|
||||
This is a tarpit, modeled after [Nepenthes](https://zadzmo.org/code/nepenthes/), intended to catch unwelcome web crawlers, but with a slightly different, more aggressive intended usage scenario. The core idea is to configure a reverse proxy to serve content generated by `iocaine` to AI crawlers, but normal content to every other visitor. This differs from Nepenthes, where the idea is to link to it, and trap crawlers that way. Not with `iocaine`, where the trap is laid by the reverse proxy.
|
||||
|
||||
`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.
|
||||
|
||||
|
@ -36,7 +36,7 @@ Expected usage is to hide the tarpit behind a reverse proxy like `nginx` or `Cad
|
|||
|
||||
## Configuration
|
||||
|
||||
`iocane` can be configured via a TOML-format configuration file, or via the environment. Almost everything has sane defaults, but providing a wordlist, and at least one source for the markov generator is **required**.
|
||||
`iocaine` can be configured via a TOML-format configuration file, or via the environment. Almost everything has sane defaults, but providing a wordlist, and at least one source for the markov generator is **required**.
|
||||
|
||||
The configuration file is split into three main sections: [`[server]`](#server), [`[sources]`](#sources), and [`[generator]`](#generator).
|
||||
|
||||
|
|
Loading…
Reference in a new issue