// ATLASSIAN / APACHE
Atlassian · Apache
Apache httpd Require ip directives for Atlassian. 254 CIDRs, refreshed daily.
// apache_atlassian_allow.conf
# 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 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 52.82.172.0/22 Require ip 76.223.144.220/31 Require ip 76.223.147.128/25 Require ip 76.223.176.0/20 Require ip 167.89.0.0/17 Require ip 168.245.0.0/17 Require ip 104.192.136.0/21 Require ip 185.166.140.0/22 Require ip 2401:1d80:3000::/36 Require ip 34.218.156.209/32 Require ip 34.218.168.212/32 Require ip 52.41.219.63/32 Require ip 185.166.140.128/28 Require ip 43.202.69.112/28 Require ip 13.200.41.240/28 … (239 more lines)
// apache_atlassian_deny.conf
# 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 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 52.82.172.0/22 Deny from 76.223.144.220/31 Deny from 76.223.147.128/25 Deny from 76.223.176.0/20 Deny from 167.89.0.0/17 Deny from 168.245.0.0/17 Deny from 104.192.136.0/21 Deny from 185.166.140.0/22 Deny from 2401:1d80:3000::/36 Deny from 34.218.156.209/32 Deny from 34.218.168.212/32 Deny from 52.41.219.63/32 Deny from 185.166.140.128/28 Deny from 43.202.69.112/28 Deny from 13.200.41.240/28 … (240 more lines)