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
This commit is contained in:
Laurence
2026-02-06 12:55:15 +00:00
parent 26ec1555d1
commit 1a30c76513
6 changed files with 79 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ 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>