mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-08 09:38:45 +00:00
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 |