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). + +