Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b54564 commit 17bb563Copy full SHA for 17bb563
src/backend/libpq/pg_hba.conf.sample
@@ -50,8 +50,9 @@
50
51
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
52
53
-local all all trust
54
-host all all 127.0.0.1 255.255.255.255 trust
55
-host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
56
-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
57
+# uncomment these to support IPv6 localhost connections
+# host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
58
+# host all all ::ffff:127.0.0.1/128 trust
0 commit comments