openai-searchbot.yaml 435 B

1234567891011121314
  1. # Indexing for search, does not collect training data
  2. # https://platform.openai.com/docs/bots/overview-of-openai-crawlers
  3. - name: openai-searchbot
  4. user_agent_regex: OAI-SearchBot/1\.0; \+https\://openai\.com/searchbot
  5. action: ALLOW
  6. # https://openai.com/searchbot.json
  7. remote_addresses:
  8. [
  9. "20.42.10.176/28",
  10. "172.203.190.128/28",
  11. "104.210.140.128/28",
  12. "51.8.102.0/24",
  13. "135.234.64.0/24",
  14. ]