diff --git a/.DS_Store b/.DS_Store
index 335be74..2e404dc 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/about/how-pangolin-works.mdx b/about/how-pangolin-works.mdx
index deaea8b..6355e21 100644
--- a/about/how-pangolin-works.mdx
+++ b/about/how-pangolin-works.mdx
@@ -3,7 +3,7 @@ title: "How Pangolin Works"
description: "Learn about Pangolin's architecture and how its components work together to provide secure application access"
---
-Pangolin provides secure, application-specific ingress to your applications through a global network of points of presence. Users connect to the closest point of presence, which authenticates them and routes their requests through secure tunnels to your applications.
+Pangolin provides secure, application-specific ingress to your applications through a network of points of presence. Users connect to the closest point of presence, which authenticates them and routes their requests through secure tunnels to your applications.
@@ -30,14 +30,14 @@ Pangolin provides secure, application-specific ingress to your applications thro
-Points of presence provide global high availability - if one location goes down, traffic automatically routes to the next closest location.
+Points of presence provide a mesh of high availability - if one location goes down, traffic automatically routes to the next closest location.
## Deployment Options
- Global network of points of presence with automatic failover and routing to your backend services.
+ Large network of points of presence with automatic failover and routing to your backend services.
diff --git a/about/pangolin-vs-traditional-reverse-proxy.mdx b/about/pangolin-vs-traditional-reverse-proxy.mdx
index 3af3d05..adb5e2e 100644
--- a/about/pangolin-vs-traditional-reverse-proxy.mdx
+++ b/about/pangolin-vs-traditional-reverse-proxy.mdx
@@ -1,9 +1,9 @@
---
title: "Pangolin vs. Reverse Proxy"
-description: "Learn how Pangolin's distributed architecture eliminates single points of failure and provides global, authenticated access to your applications"
+description: "Learn how Pangolin's distributed architecture eliminates single points of failure and provides authenticated access to your applications"
---
-Pangolin builds upon traditional reverse proxy principles but adds distributed architecture, tunneling, and identity-aware access control. While traditional reverse proxies are typically single-server solutions, Pangolin operates as a distributed network of points of presence that provide global, highly-available access to your applications.
+Pangolin builds upon traditional reverse proxy principles but adds distributed architecture, tunneling, and identity-aware access control. While traditional reverse proxies are typically single-server solutions, Pangolin operates as a distributed network of points of presence that provide highly-available access to your applications.
## Traditional Reverse Proxy Limitations
@@ -103,12 +103,12 @@ Unlike traditional reverse proxies, Pangolin authenticates every single request,
| Feature | Traditional Reverse Proxy | Pangolin |
|---------|--------------------------|----------|
| **Availability** | Single point of failure | Distributed, fault-tolerant |
-| **Performance** | Limited by server location | Global, optimized routing |
+| **Performance** | Limited by server location | Regionally, optimized routing |
| **Security** | Network-based trust | Zero-trust, identity-aware |
| **Network Requirements** | Public IP, open ports | No public IP needed |
| **Authentication** | Basic or none | Advanced, multi-factor |
-| **Scalability** | Manual scaling | Automatic global distribution |
+| **Scalability** | Manual scaling | Automatic regional distribution |
- Get distributed, authenticated access to your applications with Pangolin's global network of points of presence.
+ Get distributed, authenticated access to your applications with Pangolin's regional network of points of presence.
diff --git a/index.mdx b/index.mdx
index e1f71d6..0dc8810 100644
--- a/index.mdx
+++ b/index.mdx
@@ -2,7 +2,7 @@
title: "Introduction to Pangolin"
---
-Pangolin is an open source and identity-aware tunneled reverse proxy server. It's a distributed reverse proxy designed for highly available ingress, providing global points of presence to ensure your applications remain accessible worldwide.
+Pangolin is an open source and identity-aware tunneled reverse proxy server. It's a distributed reverse proxy designed for highly available ingress, providing a network of points of presence to ensure your applications remain accessible worldwide.
diff --git a/manage/high-availability.mdx b/manage/high-availability.mdx
index c452198..9ef80c0 100644
--- a/manage/high-availability.mdx
+++ b/manage/high-availability.mdx
@@ -7,7 +7,7 @@ Pangolin provides multiple deployment options to ensure your applications remain
- Global network of points of presence with automatic failover and routing to your backend services.
+ Network of points of presence with automatic failover and routing to your backend services.
diff --git a/manage/points-of-presence.mdx b/manage/points-of-presence.mdx
index f778a52..8d67fce 100644
--- a/manage/points-of-presence.mdx
+++ b/manage/points-of-presence.mdx
@@ -1,9 +1,9 @@
---
title: "Points of Presence"
-description: "Learn about Pangolin's global network of points of presence and how they provide highly available, low-latency access to your applications"
+description: "Learn about Pangolin's network of points of presence and how they provide highly available, low-latency access to your applications"
---
-Pangolin's points of presence (PoPs) are strategically located servers around the world that serve as entry points for user traffic to your applications. They form the foundation of Pangolin's distributed architecture, providing global high availability and optimal performance.
+Pangolin's points of presence (PoPs) are strategically located servers around the world that serve as entry points for user traffic to your applications. They form the foundation of Pangolin's distributed architecture, providing high availability and optimal performance.
## What Are Points of Presence?
@@ -70,7 +70,7 @@ Think of points of presence as the "front doors" to your applications - users co
-
+
Multiple points of presence ensure your applications remain accessible during regional outages.
@@ -83,7 +83,7 @@ Think of points of presence as the "front doors" to your applications - users co
- Global network of points of presence with automatic failover and routing to your backend services.
+ Network of points of presence with automatic failover and routing to your backend services.