From daafd70383a2c97e8d0432a422cea31165dcf3f1 Mon Sep 17 00:00:00 2001 From: Nikolay Shaplov Date: Mon, 28 Mar 2016 18:56:50 +0300 Subject: [PATCH] Better use /24 network mask in this example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47f2493a..8bf3190c 100644 --- a/README.md +++ b/README.md @@ -284,11 +284,11 @@ similar to the following: local replication repmgr trust host replication repmgr 127.0.0.1/32 trust - host replication repmgr 192.168.1.0/32 trust + host replication repmgr 192.168.1.0/24 trust local repmgr repmgr trust host repmgr repmgr 127.0.0.1/32 trust - host repmgr repmgr 192.168.1.0/32 trust + host repmgr repmgr 192.168.1.0/24 trust Adjust according to your network environment and authentication requirements.