mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Comment out entries for IPv6 localhost connections, since they fail
on machines with no IPv6 support.
This commit is contained in:
parent
5b545644cf
commit
17bb563abd
@ -50,8 +50,9 @@
|
||||
|
||||
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
|
||||
|
||||
local all all trust
|
||||
host all all 127.0.0.1 255.255.255.255 trust
|
||||
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
|
||||
host all all ::ffff:127.0.0.1/128 trust
|
||||
local all all trust
|
||||
host all all 127.0.0.1 255.255.255.255 trust
|
||||
|
||||
# uncomment these to support IPv6 localhost connections
|
||||
# host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
|
||||
# host all all ::ffff:127.0.0.1/128 trust
|
||||
|
Loading…
Reference in New Issue
Block a user