openai-chatgpt-user.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # Acts on behalf of user requests
  2. # https://platform.openai.com/docs/bots/overview-of-openai-crawlers
  3. - name: openai-chatgpt-user
  4. user_agent_regex: ChatGPT-User/.+; \+https\://openai\.com/bot
  5. action: ALLOW
  6. # https://openai.com/chatgpt-user.json
  7. # curl 'https://openai.com/chatgpt-user.json' | jq '.prefixes.[].ipv4Prefix' | sed 's/$/,/'
  8. remote_addresses:
  9. [
  10. "13.65.138.112/28",
  11. "23.98.179.16/28",
  12. "13.65.138.96/28",
  13. "172.183.222.128/28",
  14. "20.102.212.144/28",
  15. "40.116.73.208/28",
  16. "172.183.143.224/28",
  17. "52.190.190.16/28",
  18. "13.83.237.176/28",
  19. "51.8.155.64/28",
  20. "74.249.86.176/28",
  21. "51.8.155.48/28",
  22. "20.55.229.144/28",
  23. "135.237.131.208/28",
  24. "135.237.133.48/28",
  25. "51.8.155.112/28",
  26. "135.237.133.112/28",
  27. "52.159.249.96/28",
  28. "52.190.137.16/28",
  29. "52.255.111.112/28",
  30. "40.84.181.32/28",
  31. "172.178.141.112/28",
  32. "52.190.142.64/28",
  33. "172.178.140.144/28",
  34. "52.190.137.144/28",
  35. "172.178.141.128/28",
  36. "57.154.187.32/28",
  37. "4.196.118.112/28",
  38. "20.193.50.32/28",
  39. "20.215.188.192/28",
  40. "20.215.214.16/28",
  41. "4.197.22.112/28",
  42. "4.197.115.112/28",
  43. "172.213.21.16/28",
  44. "172.213.11.144/28",
  45. "172.213.12.112/28",
  46. "172.213.21.144/28",
  47. "20.90.7.144/28",
  48. "57.154.175.0/28",
  49. "57.154.174.112/28",
  50. "52.236.94.144/28",
  51. "137.135.191.176/28",
  52. "23.98.186.192/28",
  53. "23.98.186.96/28",
  54. "23.98.186.176/28",
  55. "23.98.186.64/28",
  56. "68.221.67.192/28",
  57. "68.221.67.160/28",
  58. "13.83.167.128/28",
  59. "20.228.106.176/28",
  60. "52.159.227.32/28",
  61. "68.220.57.64/28",
  62. "172.213.21.112/28",
  63. "68.221.67.224/28",
  64. "68.221.75.16/28",
  65. "20.97.189.96/28",
  66. "52.252.113.240/28",
  67. "52.230.163.32/28",
  68. "172.212.159.64/28",
  69. "52.255.111.80/28",
  70. "52.255.111.0/28",
  71. "4.151.241.240/28",
  72. "52.255.111.32/28",
  73. "52.255.111.48/28",
  74. "52.255.111.16/28",
  75. "52.230.164.176/28",
  76. "52.176.139.176/28",
  77. "52.173.234.16/28",
  78. "4.151.71.176/28",
  79. "4.151.119.48/28",
  80. "52.255.109.112/28",
  81. "52.255.109.80/28",
  82. "20.161.75.208/28",
  83. "68.154.28.96/28",
  84. "52.255.109.128/28",
  85. "52.225.75.208/28",
  86. "52.190.139.48/28",
  87. "68.221.67.240/28",
  88. "52.156.77.144/28",
  89. "52.148.129.32/28",
  90. "40.84.221.208/28",
  91. "104.210.139.224/28",
  92. "40.84.221.224/28",
  93. "104.210.139.192/28",
  94. ]