From d5022dd702b2c80739660c2ad07e9a7736a6afb7 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 3 Apr 2011 13:34:11 +0000 Subject: Also allow local non ssl connections to youri db --- modules/postgresql/templates/pg_hba.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/postgresql/templates') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 2e9bc3ae..625d3966 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -117,6 +117,8 @@ 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 # Allow local access too +host youri youri 212.85.158.146/32 md5 +host youri youri 2a02:2178:2:7::2/128 md5 hostssl youri youri 212.85.158.146/32 md5 hostssl youri youri 2a02:2178:2:7::2/128 md5 -- cgit v1.2.1