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

PerplexityBot · UFW

UFW (Uncomplicated Firewall) shell script for PerplexityBot. 12 CIDRs, refreshed daily.

// ufw_perplexitybot_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for perplexitybot

ufw allow from 107.20.236.150/32
ufw allow from 3.224.62.45/32
ufw allow from 18.210.92.235/32
ufw allow from 3.222.232.239/32
ufw allow from 3.211.124.183/32
ufw allow from 3.231.139.107/32
ufw allow from 18.97.1.228/30
ufw allow from 18.97.9.96/29
ufw allow from 44.208.221.197/32
ufw allow from 34.193.163.52/32
ufw allow from 18.97.21.0/30
ufw allow from 18.97.43.80/29

// ufw_perplexitybot_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for perplexitybot

ufw deny from 107.20.236.150/32
ufw deny from 3.224.62.45/32
ufw deny from 18.210.92.235/32
ufw deny from 3.222.232.239/32
ufw deny from 3.211.124.183/32
ufw deny from 3.231.139.107/32
ufw deny from 18.97.1.228/30
ufw deny from 18.97.9.96/29
ufw deny from 44.208.221.197/32
ufw deny from 34.193.163.52/32
ufw deny from 18.97.21.0/30
ufw deny from 18.97.43.80/29