Skip to content

Commit c3e01d1

Browse files
fix: ip allow list
1 parent 1c1b9bb commit c3e01d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ databases:
3838
postgresMajorVersion: 15 # 12/13/14/15
3939
plan: free # free/starter/standard
4040
ipAllowList: # default: allow all (empyty list `[]` is internal only)
41-
- source: 172.16.0.0/24
41+
- source: 172.127.40.244/32
4242
description: home
4343

4444
envVarGroups:

0 commit comments

Comments
 (0)