1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-02 23:17:26 +02:00

Allow local IPv6 connections to Postgres

This commit is contained in:
Tulir Asokan 2019-11-18 14:15:05 +02:00 committed by GitHub
parent e62b7a9601
commit dcef6ff3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ local all all peer map=local
host mailu mailu {{ SUBNET }} md5
host postgres health 127.0.0.1/32 trust
# IPv6 local connections:
host mailu mailu {{ SUBNET6 }} md5
host all all ::1/128 reject
# Allow replication connections from localhost, by a user with the
# replication privilege.