mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "everything",
|
|
"user_agent_regex": ".*",
|
|
"action": "DENY"
|
|
}
|
|
],
|
|
"status_codes": {
|
|
"CHALLENGE": 403,
|
|
"DENY": 403
|
|
}
|
|
}
|