mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-26 22:20:23 -04: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 |