blob: 0447eb5b16498cfe326b293a8221d96b7aea6487 (
plain)
1
2
3
4
5
6
7
8
|
# TYPE DATABASE USER ADDRESS METHOD
# actual configuration
host all all 0.0.0.0/0 md5
# defaults
local all postgres peer
local all all peer
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
|