mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-20 07:06:40 +00:00
74d330cec5
Signed-off-by: Xe Iaso <me@xeiaso.net>
12 lines
171 B
YAML
12 lines
171 B
YAML
bots:
|
|
- name: deny
|
|
user_agent_regex: DENY
|
|
action: DENY
|
|
|
|
- name: challenge
|
|
user_agent_regex: CHALLENGE
|
|
action: CHALLENGE
|
|
|
|
status_codes:
|
|
CHALLENGE: 401
|
|
DENY: 403 |