mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-27 07:16:50 +00:00
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:
@@ -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)
|
||||
</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"
|
||||
@@ -88,4 +92,3 @@ Priority 4: Deny - Country: ALL
|
||||
```
|
||||
|
||||
This configuration allows access only from the US, Canada, and UK while blocking all other countries.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user