mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-10-04 05:41:59 +08:00
12 lines
No EOL
171 B
YAML
12 lines
No EOL
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 |