From d9a68a2e1559f4c9a8c468f27c479656bba0389a Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 7 May 2026 11:05:46 -0700 Subject: [PATCH] update blueprints and geoblock --- manage/blueprints.mdx | 2 +- self-host/advanced/enable-geoblocking.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index bbca1bb..b5577d1 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -1,5 +1,5 @@ --- -title: "Definition" +title: "Blueprints" description: "Define Pangolin resources and site settings declaratively with YAML or container labels" --- diff --git a/self-host/advanced/enable-geoblocking.mdx b/self-host/advanced/enable-geoblocking.mdx index 446bd08..f4b27f4 100644 --- a/self-host/advanced/enable-geoblocking.mdx +++ b/self-host/advanced/enable-geoblocking.mdx @@ -1,6 +1,6 @@ --- -title: "Enable Geo-blocking" -description: "Configuration requirements to enable geoblocking in Pangolin" +title: "Enable Geo-location" +description: "Configuration requirements to enable geolocation features in Pangolin" --- import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; @@ -9,7 +9,7 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; -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. +Pangolin uses a geolocation database for several geolocation features like geoblocking and analytics. To enable geolocation features in Pangolin self-hosted, you must download and place the Maxmind geoip database into the `config/` directory and update the config file. This can be done for free. 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.