From ba2ab8c5ebb90576a7254d769d8277aca9d5adb9 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 15 Oct 2025 16:54:16 -0700 Subject: [PATCH] change manage terms --- manage/access-control/login-page.mdx | 2 +- manage/access-control/rules.mdx | 6 ---- manage/healthchecks-failover.mdx | 8 +---- manage/identity-providers/add-an-idp.mdx | 6 ++-- manage/remote-node/convert-remote.mdx | 4 +-- manage/remote-node/nodes.mdx | 12 ++----- manage/remote-node/quick-install-remote.mdx | 4 +-- manage/resources/targets.mdx | 4 +-- manage/resources/tcp-udp-resources.mdx | 2 +- self-host/enterprise-edition.mdx | 39 ++++++++------------- 10 files changed, 28 insertions(+), 59 deletions(-) diff --git a/manage/access-control/login-page.mdx b/manage/access-control/login-page.mdx index 23aa223..c872ae7 100644 --- a/manage/access-control/login-page.mdx +++ b/manage/access-control/login-page.mdx @@ -4,7 +4,7 @@ description: "Configure a custom authentication page URL for your organization" --- -Custom auth pages are only available in managed self-hosted nodes or in the cloud. +Custom auth pages are only available in Pangolin Cloud. Custom organization authentication pages let you serve the login page at your own domain instead of the default `pangolin.fossorial.io`. This provides better user experience and brand consistency. diff --git a/manage/access-control/rules.mdx b/manage/access-control/rules.mdx index 150ee58..d2dcf12 100644 --- a/manage/access-control/rules.mdx +++ b/manage/access-control/rules.mdx @@ -59,12 +59,6 @@ Path match rules allow URL patterns defined with plain text and wildcards (`*`) ### Country - -Geo blocking is only available for targets created with managed self-hosted nodes or in the cloud because we need to host services to resolve IP addresses and evolve it quickly as network change. - -Fully self hosted users can install a [Traefik plugin](/self-host/community-guides/geoblock) for geo blocking support. - - Country match rules allow you to specify allowed or denied countries for requests based on their IP address. This is useful for geo-restrictions or compliance with regional regulations. We use a IP database to geolocate the IP address but this is not always accurate. We try to keep it updated, but there may be cases where the location is incorrect. diff --git a/manage/healthchecks-failover.mdx b/manage/healthchecks-failover.mdx index 1f928c1..643f58b 100644 --- a/manage/healthchecks-failover.mdx +++ b/manage/healthchecks-failover.mdx @@ -3,10 +3,6 @@ title: "Health Checks" description: "Configure automated health monitoring and failover for high availability" --- - -Health checks are only available for targets created with managed self-hosted nodes or in the cloud. - -