You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-17 00:07:45 +02:00
Postgresql: default SUBNET6 in pg_hba
This commit is contained in:
@ -82,7 +82,7 @@ local all all peer map=local
|
|||||||
host mailu mailu {{ SUBNET }} md5
|
host mailu mailu {{ SUBNET }} md5
|
||||||
host postgres health 127.0.0.1/32 trust
|
host postgres health 127.0.0.1/32 trust
|
||||||
# IPv6 local connections:
|
# IPv6 local connections:
|
||||||
host mailu mailu {{ SUBNET6 }} md5
|
host mailu mailu {{ SUBNET6|default('::1/128') }} md5
|
||||||
host all all ::1/128 reject
|
host all all ::1/128 reject
|
||||||
# Allow replication connections from localhost, by a user with the
|
# Allow replication connections from localhost, by a user with the
|
||||||
# replication privilege.
|
# replication privilege.
|
||||||
|
1
towncrier/newsfragments/1479.bug
Normal file
1
towncrier/newsfragments/1479.bug
Normal file
@ -0,0 +1 @@
|
|||||||
|
Allow IPv6 authenticated connections in PostgreSQL pg_hba.conf
|
Reference in New Issue
Block a user