From 9d8f0b0bff58520ff8e4669788efac9895b8bb74 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 14 Oct 2025 14:23:09 -0700 Subject: [PATCH] Add installer option --- community/enable-geoblocking.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/community/enable-geoblocking.mdx b/community/enable-geoblocking.mdx index 5150001..63371b7 100644 --- a/community/enable-geoblocking.mdx +++ b/community/enable-geoblocking.mdx @@ -9,6 +9,19 @@ 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. +You can use the installer to download and place the database for you, just grab the latest installer: + + ```bash + curl -fsSL https://digpangolin.com/get-installer.sh | bash + ``` +Then run the installer again: + + ```bash + ./installer + ``` + +### Manual Installation Steps + Download and extract the GeoLite2 Country database using the following commands: