Better use /24 network mask in this example

This commit is contained in:
Nikolay Shaplov
2016-03-28 18:56:50 +03:00
parent c828598bfb
commit daafd70383

View File

@@ -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.