CLOUD-IP // v2026.07
UPDATED 2026-07-11 PROVIDERS 37 LIVE
// VULTR / UFW

Vultr · UFW

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

// ufw_vultr_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Vultr IP Ranges
# Updated: 2026-07-11 03:15:39
# 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 02:00 UTC
# UFW allow rules for vultr

ufw allow from 43.224.32.0/22
ufw allow from 45.32.0.0/16
ufw allow from 45.63.0.0/19
ufw allow from 45.63.32.0/21
ufw allow from 45.63.40.0/22
ufw allow from 45.63.44.0/24
ufw allow from 45.63.46.0/23
ufw allow from 45.63.48.0/20
ufw allow from 45.63.64.0/18
ufw allow from 45.76.0.0/15
ufw allow from 64.176.0.0/17
ufw allow from 64.176.160.0/19
ufw allow from 64.176.192.0/18
ufw allow from 64.177.64.0/20
ufw allow from 64.177.80.0/21
ufw allow from 64.177.96.0/19
… (135 more lines)

// ufw_vultr_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Vultr IP Ranges
# Updated: 2026-07-11 03:15:39
# 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 02:00 UTC
# UFW deny rules for vultr

ufw deny from 43.224.32.0/22
ufw deny from 45.32.0.0/16
ufw deny from 45.63.0.0/19
ufw deny from 45.63.32.0/21
ufw deny from 45.63.40.0/22
ufw deny from 45.63.44.0/24
ufw deny from 45.63.46.0/23
ufw deny from 45.63.48.0/20
ufw deny from 45.63.64.0/18
ufw deny from 45.76.0.0/15
ufw deny from 64.176.0.0/17
ufw deny from 64.176.160.0/19
ufw deny from 64.176.192.0/18
ufw deny from 64.177.64.0/20
ufw deny from 64.177.80.0/21
ufw deny from 64.177.96.0/19
… (135 more lines)