From 4498e0e7158fc5b96ec2578b469867d9508cee52 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 22 Nov 2022 16:26:37 +0100 Subject: [PATCH] use md5 for ipv6 --- rootfs/etc/confd/templates/pg_hba.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/pg_hba.conf.tmpl b/rootfs/etc/confd/templates/pg_hba.conf.tmpl index cdf03b7..b071c1f 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 md5 +host all all ::/128 md5