Skip to content

Does not actually block bot traffic (tested with curl) #809

Answered by Xe
martinpitt asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, welcome to the land of tradeoffs.

Anubis is intended to have two "modes of operation": the default config which attempts to break as little as possible in the process of being added in and the less than default config where administrators have customized it for their needs. Curl and the like are allowed through in that first mode so package managers, monitoring tools, and as much sysadmin tooling as possible doesn't break.

If you want to show challenges across the board, you need to have a base weight rule like this:

bots:
- name: base-weight
  action: WEIGH
  expression: "true"
  weight:
    adjust: 5

# other rules go here

Then you need to account for all the user agents of all the …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@martinpitt
Comment options

@Xe
Comment options

Xe Jul 11, 2025
Maintainer

Answer selected by JasonLovesDoggo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants