CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// TEAMCITY / UFW

TeamCity · UFW

UFW (Uncomplicated Firewall) shell script for TeamCity. 11 CIDRs, refreshed daily.

// ufw_teamcity_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for teamcity

ufw allow from 52.49.162.42/32
ufw allow from 52.214.29.36/32
ufw allow from 185.223.133.26/32
ufw allow from 34.255.77.87/32
ufw allow from 52.208.252.98/32
ufw allow from 54.155.204.237/32
ufw allow from 79.125.74.147/32
ufw allow from 63.32.4.62/32
ufw allow from 52.17.73.242/32
ufw allow from 52.209.101.160/32
ufw allow from 34.251.114.150/32

// ufw_teamcity_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for teamcity

ufw deny from 52.49.162.42/32
ufw deny from 52.214.29.36/32
ufw deny from 185.223.133.26/32
ufw deny from 34.255.77.87/32
ufw deny from 52.208.252.98/32
ufw deny from 54.155.204.237/32
ufw deny from 79.125.74.147/32
ufw deny from 63.32.4.62/32
ufw deny from 52.17.73.242/32
ufw deny from 52.209.101.160/32
ufw deny from 34.251.114.150/32