IP blocking drops packets destined for specific IP addresses at the network firewall level — bypasses DNS entirely.
Explanation
When a firewall implements IP blocking, changing your DNS server does not help — even if you resolve the destination hostname correctly, the packets get dropped in transit. IP blocking is more heavyweight to maintain than DNS filtering because IPs change (especially for CDN-fronted sites), so lists need constant updates. National-level filters use IP blocking against known VPN endpoints and social platform edge IPs. Enterprise firewalls IP-block category providers wholesale. Defeating IP blocking requires either a proxy at a different IP (which the blocker has not yet added to the list) or an obfuscated tunnel that hides the destination IP entirely.
Related terms