diff --git a/installation/database-setup/security-and-ip-filtering.mdx b/installation/database-setup/security-and-ip-filtering.mdx
index 5e92c746..39286e0b 100644
--- a/installation/database-setup/security-and-ip-filtering.mdx
+++ b/installation/database-setup/security-and-ip-filtering.mdx
@@ -8,65 +8,64 @@ PowerSync always [enforces TLS](/usage/lifecycle-maintenance/postgres-maintenanc
## PowerSync Cloud: IP Filtering
-For additional peace of mind, access to the database may be limited to the following IP addresses if you are using **PowerSync Cloud**:
-
-### US Region
-
-```
-50.19.5.255
-34.193.39.149
-18.234.18.91
-18.233.128.219
-34.202.251.156
-```
-
-### EU Region
-
-```
-79.125.70.43
-18.200.209.88
-18.234.18.91
-18.233.128.219
-34.202.251.156
-```
-
-### JP Region
-
-```
-54.248.194.85
-57.180.73.135
-18.234.18.91
-18.233.128.219
-34.202.251.156
-```
-
-### AU Region
-
-```
-52.63.101.65
-13.211.184.238
-18.234.18.91
-18.233.128.219
-34.202.251.156
-```
-
-### BR Region
-
-```
-54.207.21.139
-54.232.53.97
-18.234.18.91
-18.233.128.219
-34.202.251.156
-```
-
-### IPv6 - All regions
-
-```
-2602:817::/44
-```
-
+For enhanced security, you can restrict database access to PowerSync Cloud's IP addresses. Below are the IP ranges for each region:
+
+
+
+ ```
+ 50.19.5.255
+ 34.193.39.149
+ 18.234.18.91
+ 18.233.128.219
+ 34.202.251.156
+ ```
+
+
+ ```
+ 79.125.70.43
+ 18.200.209.88
+ 18.234.18.91
+ 18.233.128.219
+ 34.202.251.156
+ ```
+
+
+ ```
+ 54.248.194.85
+ 57.180.73.135
+ 18.234.18.91
+ 18.233.128.219
+ 34.202.251.156
+ ```
+
+
+ ```
+ 52.63.101.65
+ 13.211.184.238
+ 18.234.18.91
+ 18.233.128.219
+ 34.202.251.156
+ ```
+
+
+ ```
+ 54.207.21.139
+ 54.232.53.97
+ 18.234.18.91
+ 18.233.128.219
+ 34.202.251.156
+ ```
+
+
+ ```
+ 2602:817::/44
+ ```
+
+
+
+
Do not rely on IP filtering as a primary form of security. Always use strong database passwords, and use client certificates if additional security is required.
+
## VPC Peering