CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// PERPLEXITYBOT / NGINX

PerplexityBot · Nginx

Nginx allow/deny config for PerplexityBot. Drop into your server block or http context. 12 CIDRs, refreshed daily.

// nginx_perplexitybot_allow.conf

DOWNLOAD ↓  · 
# Perplexitybot IP Ranges
# Updated: 2026-02-11 17:28:50
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 00:00 UTC
# To restrict access to only these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_perplexitybot_allow.conf;

allow 107.20.236.150/32;
allow 3.224.62.45/32;
allow 18.210.92.235/32;
allow 3.222.232.239/32;
allow 3.211.124.183/32;
allow 3.231.139.107/32;
allow 18.97.1.228/30;
allow 18.97.9.96/29;
allow 44.208.221.197/32;
allow 34.193.163.52/32;
allow 18.97.21.0/30;
allow 18.97.43.80/29;
deny all;

// nginx_perplexitybot_deny.conf

DOWNLOAD ↓  · 
# Perplexitybot IP Ranges
# Updated: 2026-02-11 17:28:50
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 00:00 UTC
# To deny access from these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_perplexitybot_deny.conf;

deny 107.20.236.150/32;
deny 3.224.62.45/32;
deny 18.210.92.235/32;
deny 3.222.232.239/32;
deny 3.211.124.183/32;
deny 3.231.139.107/32;
deny 18.97.1.228/30;
deny 18.97.9.96/29;
deny 44.208.221.197/32;
deny 34.193.163.52/32;
deny 18.97.21.0/30;
deny 18.97.43.80/29;
allow all;