// TEAMCITY / APACHE
TeamCity · Apache
Apache httpd Require ip directives for TeamCity. 11 CIDRs, refreshed daily.
// apache_teamcity_allow.conf
# Teamcity IP Ranges # Updated: 2026-05-12 01:18:08 # 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_teamcity_allow.conf Require ip 52.49.162.42/32 Require ip 52.214.29.36/32 Require ip 185.223.133.26/32 Require ip 34.255.77.87/32 Require ip 52.208.252.98/32 Require ip 54.155.204.237/32 Require ip 79.125.74.147/32 Require ip 63.32.4.62/32 Require ip 52.17.73.242/32 Require ip 52.209.101.160/32 Require ip 34.251.114.150/32
// apache_teamcity_deny.conf
# Teamcity IP Ranges # Updated: 2026-05-12 01:18:08 # 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_teamcity_deny.conf Deny from 52.49.162.42/32 Deny from 52.214.29.36/32 Deny from 185.223.133.26/32 Deny from 34.255.77.87/32 Deny from 52.208.252.98/32 Deny from 54.155.204.237/32 Deny from 79.125.74.147/32 Deny from 63.32.4.62/32 Deny from 52.17.73.242/32 Deny from 52.209.101.160/32 Deny from 34.251.114.150/32 Allow from all