From 628540c1cdfd70d00818b77afc7990fb70728df7 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 3 Aug 2025 16:57:13 +0000 Subject: [PATCH] docs: update link to challenge methods Signed-off-by: Xe Iaso --- docs/docs/admin/policies.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/admin/policies.mdx b/docs/docs/admin/policies.mdx index 3ad7aebe..c40868d4 100644 --- a/docs/docs/admin/policies.mdx +++ b/docs/docs/admin/policies.mdx @@ -90,11 +90,11 @@ This rule has been known to have a high false positive rate in testing. Please u Challenges can be configured with these settings: -| Key | Example | Description | -| :----------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `difficulty` | `4` | The challenge difficulty (number of leading zeros) for proof-of-work. See [Why does Anubis use Proof-of-Work?](/docs/design/why-proof-of-work) for more details. | -| `report_as` | `4` | What difficulty the UI should report to the user. Useful for messing with industrial-scale scraping efforts. | -| `algorithm` | `"fast"` | The algorithm used on the client to run proof-of-work calculations. This must be set to `"fast"` or `"slow"`. See [Proof-of-Work Algorithm Selection](./algorithm-selection) for more details. | +| Key | Example | Description | +| :----------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `difficulty` | `4` | The challenge difficulty (number of leading zeros) for proof-of-work. See [Why does Anubis use Proof-of-Work?](/docs/design/why-proof-of-work) for more details. | +| `report_as` | `4` | What difficulty the UI should report to the user. Useful for messing with industrial-scale scraping efforts. | +| `algorithm` | `"fast"` | The challenge method to use. See [the list of challenge methods](./configuration/challenges/) for more information. | ### Remote IP based filtering