From 2d4afa0ac37516a10bf1dbba146f7a4e2f0648d9 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 3 Apr 2011 13:32:46 +0000 Subject: Allow local connections to youri db --- modules/postgresql/templates/pg_hba.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/postgresql') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index de40523d..2e9bc3ae 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -115,7 +115,10 @@ hostssl template1 bugs 212.85.158.146/32 md5 hostssl template1 bugs 2a02:2178:2:7::2/128 md5 # Allow youri-ckeck on rabbit to access the results db -hostssl youri youri 88.190.12.224/32 md5 +hostssl youri youri 88.190.12.224/32 md5 +# Allow local access too +hostssl youri youri 212.85.158.146/32 md5 +hostssl youri youri 2a02:2178:2:7::2/128 md5 # "local" is for Unix domain socket connections only local all all ident map=local -- cgit v1.2.1