From b241e072ca1477caa6a275a8b58ec1b5b67e9a54 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 4 Nov 2010 22:51:36 +0000 Subject: - also allow connection using main interface --- modules/postgresql/templates/pg_hba.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/postgresql') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index e16e51f5..5cfe7b54 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -79,7 +79,9 @@ # Nanar: # This bypass global config for specific user/base host epoll epoll 127.0.0.1/32 md5 +host epoll epoll 212.85.158.146/32 md5 host mirrors mirrors 127.0.0.1/32 md5 +host mirrors mirrors 212.85.158.146/32 md5 # "local" is for Unix domain socket connections only local all all ident -- cgit v1.2.1