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

Atlassian · Nginx

Nginx allow/deny config for Atlassian. Drop into your server block or http context. 254 CIDRs, refreshed daily.

// nginx_atlassian_allow.conf

DOWNLOAD ↓  · 
# 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
# To restrict access to only these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_atlassian_allow.conf;

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

// nginx_atlassian_deny.conf

DOWNLOAD ↓  · 
# 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
# To deny access from these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_atlassian_deny.conf;

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