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.
This commit is contained in:
@@ -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 --
|
||||
|
||||
Reference in New Issue
Block a user