diff options
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 2367bacd..e16e51f5 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -79,6 +79,7 @@ # Nanar: # This bypass global config for specific user/base host epoll epoll 127.0.0.1/32 md5 +host mirrors mirrors 127.0.0.1/32 md5 # "local" is for Unix domain socket connections only local all all ident |