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

Vultr · UFW

UFW (Uncomplicated Firewall) shell script for Vultr. 490 CIDRs, refreshed daily.

// ufw_vultr_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Vultr IP Ranges
# Updated: 2026-05-21 03:21:09
# 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 vultr

ufw allow from 43.224.32.0/22
ufw allow from 45.32.0.0/21
ufw allow from 45.32.8.0/21
ufw allow from 45.32.16.0/21
ufw allow from 45.32.24.0/21
ufw allow from 45.32.32.0/19
ufw allow from 45.32.64.0/19
ufw allow from 45.32.96.0/19
ufw allow from 45.32.128.0/20
ufw allow from 45.32.144.0/21
ufw allow from 45.32.152.0/21
ufw allow from 45.32.160.0/20
ufw allow from 45.32.176.0/21
ufw allow from 45.32.184.0/22
ufw allow from 45.32.188.0/22
ufw allow from 45.32.192.0/20
… (474 more lines)

// ufw_vultr_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Vultr IP Ranges
# Updated: 2026-05-21 03:21:09
# 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 vultr

ufw deny from 43.224.32.0/22
ufw deny from 45.32.0.0/21
ufw deny from 45.32.8.0/21
ufw deny from 45.32.16.0/21
ufw deny from 45.32.24.0/21
ufw deny from 45.32.32.0/19
ufw deny from 45.32.64.0/19
ufw deny from 45.32.96.0/19
ufw deny from 45.32.128.0/20
ufw deny from 45.32.144.0/21
ufw deny from 45.32.152.0/21
ufw deny from 45.32.160.0/20
ufw deny from 45.32.176.0/21
ufw deny from 45.32.184.0/22
ufw deny from 45.32.188.0/22
ufw deny from 45.32.192.0/20
… (474 more lines)