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

TeamCity · nftables

nftables ruleset for TeamCity CIDRs. 11 CIDRs, refreshed daily.

// nftables_teamcity_allow.conf

DOWNLOAD ↓  · 
# 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
# nftables allow rules for teamcity

table inet filter_teamcity_allow {
  chain input {
    type filter hook input priority 0; policy drop;
    ip saddr 52.49.162.42/32 accept
    ip saddr 52.214.29.36/32 accept
    ip saddr 185.223.133.26/32 accept
    ip saddr 34.255.77.87/32 accept
    ip saddr 52.208.252.98/32 accept
    ip saddr 54.155.204.237/32 accept
    ip saddr 79.125.74.147/32 accept
    ip saddr 63.32.4.62/32 accept
    ip saddr 52.17.73.242/32 accept
    ip saddr 52.209.101.160/32 accept
    ip saddr 34.251.114.150/32 accept
  }
}

// nftables_teamcity_deny.conf

DOWNLOAD ↓  · 
# 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
# nftables deny rules for teamcity

table inet filter_teamcity_deny {
  chain input {
    type filter hook input priority 0; policy accept;
    ip saddr 52.49.162.42/32 drop
    ip saddr 52.214.29.36/32 drop
    ip saddr 185.223.133.26/32 drop
    ip saddr 34.255.77.87/32 drop
    ip saddr 52.208.252.98/32 drop
    ip saddr 54.155.204.237/32 drop
    ip saddr 79.125.74.147/32 drop
    ip saddr 63.32.4.62/32 drop
    ip saddr 52.17.73.242/32 drop
    ip saddr 52.209.101.160/32 drop
    ip saddr 34.251.114.150/32 drop
  }
}