Skip to content
Snippets Groups Projects
Commit 17bb563a authored by Tom Lane's avatar Tom Lane
Browse files

Comment out entries for IPv6 localhost connections, since they fail

on machines with no IPv6 support.
parent 5b545644
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,9 @@ ...@@ -50,8 +50,9 @@
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust local all all trust
host all all 127.0.0.1 255.255.255.255 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
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment