openai-gptbot.yaml 465 B

1234567891011121314151617
  1. # Collects AI training data
  2. # https://platform.openai.com/docs/bots/overview-of-openai-crawlers
  3. - name: openai-gptbot
  4. user_agent_regex: GPTBot/1\.1; \+https\://openai\.com/gptbot
  5. action: ALLOW
  6. # https://openai.com/gptbot.json
  7. remote_addresses:
  8. [
  9. "52.230.152.0/24",
  10. "20.171.206.0/24",
  11. "20.171.207.0/24",
  12. "4.227.36.0/25",
  13. "20.125.66.80/28",
  14. "172.182.204.0/24",
  15. "172.182.214.0/24",
  16. "172.182.215.0/24",
  17. ]