applebot.yaml 518 B

123456789101112131415161718192021
  1. # Indexing for search and Siri
  2. # https://support.apple.com/en-us/119829
  3. - name: applebot
  4. user_agent_regex: Applebot
  5. action: ALLOW
  6. # https://search.developer.apple.com/applebot.json
  7. remote_addresses:
  8. [
  9. "17.241.208.160/27",
  10. "17.241.193.160/27",
  11. "17.241.200.160/27",
  12. "17.22.237.0/24",
  13. "17.22.245.0/24",
  14. "17.22.253.0/24",
  15. "17.241.75.0/24",
  16. "17.241.219.0/24",
  17. "17.241.227.0/24",
  18. "17.246.15.0/24",
  19. "17.246.19.0/24",
  20. "17.246.23.0/24",
  21. ]