From 7332a3ffda3ade35091328781d11dc86c652add2 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:53:15 +0300 Subject: [PATCH] Create geo-blocking.md --- docs/geo-blocking.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/geo-blocking.md diff --git a/docs/geo-blocking.md b/docs/geo-blocking.md new file mode 100644 index 0000000000..1474906f26 --- /dev/null +++ b/docs/geo-blocking.md @@ -0,0 +1,12 @@ +# Geo-blocking + +Sometimes providers block streams from being played in certain countries or regions. + +To avoid confusing these links with broken ones, we mark them with the label `Geo-blocked`: + +```m3u +#EXTINF:-1 tvg-id="ExampleTV.us@SD",Example TV (720p) [Geo-blocked] +https://example.com/playlist.m3u8 +``` + +The easiest way to make sure the stream works outside your country is to use services like [check-host.net](https://check-host.net/check-http) or a [VPN](https://en.wikipedia.org/wiki/Virtual_private_network).