import_and_bot.json 186 B

12345678910
  1. {
  2. "bots": [
  3. {
  4. "import": "(data)/bots/ai-catchall.yaml",
  5. "name": "generic-browser",
  6. "user_agent_regex": "Mozilla|Opera\n",
  7. "action": "CHALLENGE"
  8. }
  9. ]
  10. }