// AZURE / NFTABLES
Azure · nftables
nftables ruleset for Azure CIDRs. 103,021 CIDRs, refreshed daily.
// nftables_azure_allow.conf
# Azure IP Ranges
# Updated: 2026-05-16 03:16:46
# 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 azure
table inet filter_azure_allow {
chain input {
type filter hook input priority 0; policy drop;
ip saddr 4.145.74.52/30 accept
ip saddr 4.149.254.68/30 accept
ip saddr 4.150.239.212/30 accept
ip saddr 4.151.103.92/30 accept
ip saddr 4.171.31.152/30 accept
ip saddr 4.190.136.180/30 accept
ip saddr 4.200.251.84/30 accept
ip saddr 4.202.253.100/30 accept
ip saddr 4.206.229.96/30 accept
ip saddr 4.207.242.64/30 accept
ip saddr 4.216.204.200/30 accept
ip saddr 4.218.236.160/30 accept
ip saddr 4.219.249.220/30 accept
ip saddr 4.220.138.104/30 accept
… (103009 more lines)// nftables_azure_deny.conf
# Azure IP Ranges
# Updated: 2026-05-16 03:16:46
# 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 azure
table inet filter_azure_deny {
chain input {
type filter hook input priority 0; policy accept;
ip saddr 4.145.74.52/30 drop
ip saddr 4.149.254.68/30 drop
ip saddr 4.150.239.212/30 drop
ip saddr 4.151.103.92/30 drop
ip saddr 4.171.31.152/30 drop
ip saddr 4.190.136.180/30 drop
ip saddr 4.200.251.84/30 drop
ip saddr 4.202.253.100/30 drop
ip saddr 4.206.229.96/30 drop
ip saddr 4.207.242.64/30 drop
ip saddr 4.216.204.200/30 drop
ip saddr 4.218.236.160/30 drop
ip saddr 4.219.249.220/30 drop
ip saddr 4.220.138.104/30 drop
… (103009 more lines)