// ATLASSIAN / NGINX
Atlassian · Nginx
Nginx allow/deny config for Atlassian. Drop into your server block or http context. 166 CIDRs, refreshed daily.
// nginx_atlassian_allow.conf
# Atlassian IP Ranges # Updated: 2026-06-25 03:23:20 # 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 # 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 3.216.235.48/32; allow 3.221.151.112/32; allow 13.35.248.0/24; allow 13.52.5.96/28; allow 13.200.41.128/25; allow 13.227.180.0/24; allow 13.227.213.0/24; allow 13.236.8.224/28; allow 16.63.53.128/25; allow 18.136.214.96/28; allow 18.184.99.224/28; allow 18.234.32.224/28; allow 18.246.31.208/28; allow 18.246.31.224/28; allow 18.246.188.0/25; … (69 more lines)
// nginx_atlassian_deny.conf
# 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 # 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 3.216.235.48/32; deny 3.221.151.112/32; deny 13.35.248.0/24; deny 13.52.5.96/28; deny 13.200.41.128/25; deny 13.227.180.0/24; deny 13.227.213.0/24; deny 13.236.8.224/28; deny 16.63.53.128/25; deny 18.136.214.96/28; deny 18.184.99.224/28; deny 18.234.32.224/28; deny 18.246.31.208/28; deny 18.246.31.224/28; deny 18.246.188.0/25; … (69 more lines)