mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
Add tip for GeoLite2 community guide
Added a tip suggesting the use of Maxmind's Docker container to automate GeoIP database updates, with a link to a relevant community guide.
This commit is contained in:
@@ -9,6 +9,11 @@ To enable geoblocking in Pangolin Community you must download and place the Maxm
|
|||||||
Remember to keep the GeoIP database updated regularly, as IP-to-country mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current.
|
Remember to keep the GeoIP database updated regularly, as IP-to-country mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current.
|
||||||
</Tip>
|
</Tip>
|
||||||
|
|
||||||
|
<Tip>
|
||||||
|
It is possible to automate this process with a Docker container from Maxmind themself.
|
||||||
|
Have a look at this [Community guide](/self-host/community-guides/geolite2automation) on how to implement this!
|
||||||
|
</Tip>
|
||||||
|
|
||||||
You can use the installer to download and place the database for you, just grab the latest installer:
|
You can use the installer to download and place the database for you, just grab the latest installer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user