Merge pull request #165 from dhyannataraj/master

Better use /24 network mask in this example
This commit is contained in:
Martín Marqués
2016-03-28 13:32:09 -03:00

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.