postgresql-server: sadly, "all" doesn't match replication, that has to be seperate.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
47194ff1f8
commit
1613c724ca
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
||||||
local all all ident
|
local all all ident
|
||||||
host koji koji 10.5.128.166 255.255.255.255 md5
|
host koji koji 10.5.128.166 255.255.255.255 md5
|
||||||
host all all 0.0.0.0 0.0.0.0 md5
|
host all all 0.0.0.0 0.0.0.0 md5
|
||||||
|
host replication all 0.0.0.0 0.0.0.0 md5
|
||||||
# Note, I can't think of a reason to make this more restrictive than ipv4 but
|
# Note, I can't think of a reason to make this more restrictive than ipv4 but
|
||||||
# only fakefas needs it so far
|
# only fakefas needs it so far
|
||||||
host all all ::1/128 md5
|
host all all ::1/128 md5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue