From c99d176e390e77a17c0a298b7b01fe7c53193150 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 22 Nov 2022 16:19:29 +0100 Subject: [PATCH] use md5 for ipv6 --- rootfs/etc/confd/templates/pg_hba.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/pg_hba.conf.tmpl b/rootfs/etc/confd/templates/pg_hba.conf.tmpl index 279bd74..cdf03b7 100644 --- a/rootfs/etc/confd/templates/pg_hba.conf.tmpl +++ b/rootfs/etc/confd/templates/pg_hba.conf.tmpl @@ -1,3 +1,3 @@ local all all trust -host all all 0.0.0.0/0 md5 -host all all ::1/128 trust +host all all 0.0.0.0/0 md5 +host all all ::1/128 md5