// ATLASSIAN / APACHE
Atlassian · Apache
Apache httpd Require ip directives for Atlassian. 166 CIDRs, refreshed daily.
// apache_atlassian_allow.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 restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_atlassian_allow.conf Require ip 3.216.235.48/32 Require ip 3.221.151.112/32 Require ip 13.35.248.0/24 Require ip 13.52.5.96/28 Require ip 13.200.41.128/25 Require ip 13.227.180.0/24 Require ip 13.227.213.0/24 Require ip 13.236.8.224/28 Require ip 16.63.53.128/25 Require ip 18.136.214.96/28 Require ip 18.184.99.224/28 Require ip 18.234.32.224/28 Require ip 18.246.31.208/28 Require ip 18.246.31.224/28 Require ip 18.246.188.0/25 … (68 more lines)
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_atlassian_deny.conf Deny from 3.216.235.48/32 Deny from 3.221.151.112/32 Deny from 13.35.248.0/24 Deny from 13.52.5.96/28 Deny from 13.200.41.128/25 Deny from 13.227.180.0/24 Deny from 13.227.213.0/24 Deny from 13.236.8.224/28 Deny from 16.63.53.128/25 Deny from 18.136.214.96/28 Deny from 18.184.99.224/28 Deny from 18.234.32.224/28 Deny from 18.246.31.208/28 Deny from 18.246.31.224/28 Deny from 18.246.188.0/25 … (69 more lines)