From 1a30c76513521227db80988a2a358072bf980802 Mon Sep 17 00:00:00 2001 From: Laurence Date: Fri, 6 Feb 2026 12:55:15 +0000 Subject: [PATCH 1/2] enhance(geoblock): Warning for legacy method fix: #49 This PR adds a warning to the top of the Native GeoBlock article to a new dedicated community guide how to remove the legacy method of geoblocking --- docs.json | 1 + manage/geoblocking.mdx | 5 +- self-host/advanced/enable-geoblocking.mdx | 4 ++ self-host/community-guides/geoblock.mdx | 4 ++ self-host/community-guides/overview.mdx | 5 +- .../remove-geoblock-plugin.mdx | 62 +++++++++++++++++++ 6 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 self-host/community-guides/remove-geoblock-plugin.mdx diff --git a/docs.json b/docs.json index 2875015..41a213a 100644 --- a/docs.json +++ b/docs.json @@ -172,6 +172,7 @@ "group": "Community Guides", "pages": [ "self-host/community-guides/overview", + "self-host/community-guides/remove-geoblock-plugin", "self-host/community-guides/crowdsec", "self-host/community-guides/metrics", "self-host/community-guides/homeassistant", diff --git a/manage/geoblocking.mdx b/manage/geoblocking.mdx index f060097..cc6ad37 100644 --- a/manage/geoblocking.mdx +++ b/manage/geoblocking.mdx @@ -7,6 +7,10 @@ description: "Configure geo blocking to restrict access based on geographic loca Geoblocking is available in Pangolin community! Make sure to follow this guide for how to enable: [Enabling Geo Blocking](/self-host/advanced/enable-geoblocking) + +If you previously enabled the Traefik GeoBlock plugin (PascalMinder), remove that plugin and its middleware config before using native geoblocking in Pangolin. See [Remove the GeoBlock plugin](/self-host/community-guides/remove-geoblock-plugin). + +