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

Atlassian · UFW

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

// ufw_atlassian_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Atlassian IP Ranges
# Updated: 2026-05-20 03:20:12
# 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 atlassian

ufw allow from 52.82.172.0/22
ufw allow from 76.223.144.220/31
ufw allow from 76.223.147.128/25
ufw allow from 76.223.176.0/20
ufw allow from 167.89.0.0/17
ufw allow from 168.245.0.0/17
ufw allow from 104.192.136.0/21
ufw allow from 185.166.140.0/22
ufw allow from 2401:1d80:3000::/36
ufw allow from 34.218.156.209/32
ufw allow from 34.218.168.212/32
ufw allow from 52.41.219.63/32
ufw allow from 185.166.140.128/28
ufw allow from 43.202.69.112/28
ufw allow from 13.200.41.240/28
ufw allow from 104.192.137.224/28
… (238 more lines)

// ufw_atlassian_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Atlassian IP Ranges
# Updated: 2026-05-20 03:20:12
# 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 atlassian

ufw deny from 52.82.172.0/22
ufw deny from 76.223.144.220/31
ufw deny from 76.223.147.128/25
ufw deny from 76.223.176.0/20
ufw deny from 167.89.0.0/17
ufw deny from 168.245.0.0/17
ufw deny from 104.192.136.0/21
ufw deny from 185.166.140.0/22
ufw deny from 2401:1d80:3000::/36
ufw deny from 34.218.156.209/32
ufw deny from 34.218.168.212/32
ufw deny from 52.41.219.63/32
ufw deny from 185.166.140.128/28
ufw deny from 43.202.69.112/28
ufw deny from 13.200.41.240/28
ufw deny from 104.192.137.224/28
… (238 more lines)