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. - -