correction in pg_hba.cong: changed ::0 to ::/0

This commit is contained in:
Akshay Jagadish
2020-10-07 22:53:48 -04:00
parent 514d6b7085
commit a1f14776ef

View File

@@ -1,4 +1,4 @@
hostssl replication repl_user 0.0.0.0/0 md5 clientcert=1
hostssl postgres postgres 0.0.0.0/0 cert clientcert=1
hostssl postgres postgres ::0 cert clientcert=1
hostssl postgres postgres ::/0 cert clientcert=1
hostssl all all 0.0.0.0/0 md5 clientcert=1