mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-21 02:43:26 -04:00
14 lines
174 B
JSON
14 lines
174 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "everything",
|
|
"user_agent_regex": ".*",
|
|
"action": "DENY"
|
|
}
|
|
],
|
|
"status_codes": {
|
|
"CHALLENGE": 0,
|
|
"DENY": 0
|
|
}
|
|
}
|