postgresql: Allow access by IPv6

Since LAN clients have IPv6 addresses now, some may try to connect to
the database over IPv6, so we need to allow this in the host-based
authentication rules.
frigate-exporter
Dustin 2024-09-02 21:20:26 -05:00
parent 6f9cd7e4af
commit 72936b3868
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ pg_hba_extra:
user: all
address: 0.0.0.0/0
method: cert
- type: hostssl
database: sameuser
user: all
address: '::/0'
method: cert
postgresql_restore_command: >-
runuser -u postgres --