Skip to content

Commit 439ccd6

Browse files
committed
More compact regions list
1 parent 891e947 commit 439ccd6

File tree

1 file changed

+54
-57
lines changed

1 file changed

+54
-57
lines changed

installation/database-setup/security-and-ip-filtering.mdx

Lines changed: 54 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -8,63 +8,60 @@ PowerSync always [enforces TLS](/usage/lifecycle-maintenance/postgres-maintenanc
88

99
## PowerSync Cloud: IP Filtering
1010

11-
For additional peace of mind, access to the database may be limited to the following IP addresses if you are using **PowerSync Cloud**:
12-
13-
### US Region
14-
15-
```
16-
50.19.5.255
17-
34.193.39.149
18-
18.234.18.91
19-
18.233.128.219
20-
34.202.251.156
21-
```
22-
23-
### EU Region
24-
25-
```
26-
79.125.70.43
27-
18.200.209.88
28-
18.234.18.91
29-
18.233.128.219
30-
34.202.251.156
31-
```
32-
33-
### JP Region
34-
35-
```
36-
54.248.194.85
37-
57.180.73.135
38-
18.234.18.91
39-
18.233.128.219
40-
34.202.251.156
41-
```
42-
43-
### AU Region
44-
45-
```
46-
52.63.101.65
47-
13.211.184.238
48-
18.234.18.91
49-
18.233.128.219
50-
34.202.251.156
51-
```
52-
53-
### BR Region
54-
55-
```
56-
54.207.21.139
57-
54.232.53.97
58-
18.234.18.91
59-
18.233.128.219
60-
34.202.251.156
61-
```
62-
63-
### IPv6 - All regions
64-
65-
```
66-
2602:817::/44
67-
```
11+
For enhanced security, you can restrict database access to PowerSync Cloud's IP addresses. Below are the IP ranges for each region:
12+
13+
<Tabs>
14+
<Tab title="US">
15+
```
16+
50.19.5.255
17+
34.193.39.149
18+
18.234.18.91
19+
18.233.128.219
20+
34.202.251.156
21+
```
22+
</Tab>
23+
<Tab title="EU">
24+
```
25+
79.125.70.43
26+
18.200.209.88
27+
18.234.18.91
28+
18.233.128.219
29+
34.202.251.156
30+
```
31+
</Tab>
32+
<Tab title="JP (Japan)">
33+
```
34+
54.248.194.85
35+
57.180.73.135
36+
18.234.18.91
37+
18.233.128.219
38+
34.202.251.156
39+
```
40+
</Tab>
41+
<Tab title="AU (Australia)">
42+
```
43+
52.63.101.65
44+
13.211.184.238
45+
18.234.18.91
46+
18.233.128.219
47+
34.202.251.156
48+
```
49+
</Tab>
50+
<Tab title="BR (Brazil)">
51+
```
52+
54.207.21.139
53+
54.232.53.97
54+
18.234.18.91
55+
18.233.128.219
56+
34.202.251.156
57+
```
58+
</Tab>
59+
<Tab title="IPv6 (All regions)">
60+
```
61+
2602:817::/44
62+
```
63+
</Tab>
64+
</Tabs>
6865

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

0 commit comments

Comments
 (0)