13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "everything",
|
|
"user_agent_regex": ".*",
|
|
"action": "DENY"
|
|
}
|
|
],
|
|
"status_codes": {
|
|
"CHALLENGE": 0,
|
|
"DENY": 0
|
|
}
|
|
}
|