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

Atlassian · UFW

UFW (Uncomplicated Firewall) shell script for Atlassian. 166 CIDRs, refreshed daily.

// ufw_atlassian_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Atlassian IP Ranges
# Updated: 2026-06-25 03:23:21
# 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 atlassian

ufw allow from 3.216.235.48/32
ufw allow from 3.221.151.112/32
ufw allow from 13.35.248.0/24
ufw allow from 13.52.5.96/28
ufw allow from 13.200.41.128/25
ufw allow from 13.227.180.0/24
ufw allow from 13.227.213.0/24
ufw allow from 13.236.8.224/28
ufw allow from 16.63.53.128/25
ufw allow from 18.136.214.96/28
ufw allow from 18.184.99.224/28
ufw allow from 18.234.32.224/28
ufw allow from 18.246.31.208/28
ufw allow from 18.246.31.224/28
ufw allow from 18.246.188.0/25
ufw allow from 34.196.8.197/32
… (67 more lines)

// ufw_atlassian_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Atlassian IP Ranges
# Updated: 2026-06-25 03:23:21
# 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 atlassian

ufw deny from 3.216.235.48/32
ufw deny from 3.221.151.112/32
ufw deny from 13.35.248.0/24
ufw deny from 13.52.5.96/28
ufw deny from 13.200.41.128/25
ufw deny from 13.227.180.0/24
ufw deny from 13.227.213.0/24
ufw deny from 13.236.8.224/28
ufw deny from 16.63.53.128/25
ufw deny from 18.136.214.96/28
ufw deny from 18.184.99.224/28
ufw deny from 18.234.32.224/28
ufw deny from 18.246.31.208/28
ufw deny from 18.246.31.224/28
ufw deny from 18.246.188.0/25
ufw deny from 34.196.8.197/32
… (67 more lines)