A geo-block is a restriction imposed by the destination site based on the visitor's IP-inferred country — not by the local network.
Explanation
Where DNS filtering, IP blocking, and DPI happen on the network between you and the destination, geo-blocking happens at the destination itself. The destination reads your IP, infers your country via GeoIP databases (MaxMind, IP2Location), and either serves different content, refuses the request, or shows a "not available in your region" message. Streaming services (Netflix, BBC iPlayer, Disney+), news sites, and AI services (ChatGPT via OpenAI, Gemini) all geo-block. Defeating geo-blocks requires presenting an IP from a country the destination serves — a proxy or VPN in a supported region does the job. A local DNS change is useless because the block happens on the destination side.
Related terms