Perplexity has some proper documentation available for their crawlers, with published IP addresses: https://docs.perplexity.ai/guides/bots. Signed-off-by: Timon de Groot <timon.degroot@team.blue>
8 lines
350 B
YAML
8 lines
350 B
YAML
# User agents that act on behalf of humans in AI tools, e.g. searching the web.
|
|
# Each entry should have a positive/ALLOW entry created as well, with further documentation.
|
|
# Exceptions:
|
|
# - Claude-User: No published IP allowlist
|
|
- name: "ai-clients"
|
|
user_agent_regex: >-
|
|
ChatGPT-User|Claude-User|MistralAI-User|Perplexity-User
|
|
action: DENY
|