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