mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-10 15:06:42 +00:00
docs(geoblock): focus legacy guidance on migration path
This commit is contained in:
@@ -7,10 +7,6 @@ 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)
|
||||
</Note>
|
||||
|
||||
<Warning>
|
||||
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).
|
||||
</Warning>
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube.com/embed/_2EheKVUYxI"
|
||||
|
||||
@@ -3,10 +3,6 @@ title: "Enable Geo-blocking"
|
||||
description: "Configuration requirements to enable geoblocking in Pangolin"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
If you previously enabled the Traefik GeoBlock plugin (PascalMinder), remove that plugin and its middleware config before enabling native geoblocking in Pangolin. Running both can cause unexpected blocks or startup errors. See [Remove the GeoBlock plugin](/self-host/community-guides/remove-geoblock-plugin).
|
||||
</Warning>
|
||||
|
||||
To enable geoblocking in Pangolin Community you must download and place the Maxmind geoip database into the `config/` directory and update the config file. This can be done for free.
|
||||
|
||||
<Tip>
|
||||
|
||||
@@ -8,6 +8,10 @@ This is a community guide and is not officially supported. If you have any issue
|
||||
|
||||
Pangolin now supports native geoblocking. If you previously installed the Traefik GeoBlock plugin, remove it before enabling native geoblocking to avoid duplicate blocking or startup errors.
|
||||
|
||||
<Note>
|
||||
After cleanup, follow [Enable Geo-blocking](/self-host/advanced/enable-geoblocking) to configure native geoblocking in Pangolin.
|
||||
</Note>
|
||||
|
||||
## Remove the GeoBlock plugin
|
||||
|
||||
<Steps>
|
||||
|
||||
Reference in New Issue
Block a user