Skip to content

Commit 7622ed8

Browse files
committed
feat: include localhost blocking in postgresql unit
1 parent 9460933 commit 7622ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/files/postgresql_config/postgresql.service.j2

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ EnvironmentFile=-/etc/environment.d/postgresql.env
2323
LimitNOFILE=16384
2424
{% if supabase_internal is defined %}
2525
ReadOnlyPaths=/etc
26+
IPAddressDeny=localhost
2627
{% endif %}
2728
[Install]
2829
WantedBy=multi-user.target

0 commit comments

Comments
 (0)