10 lines
685 B
Plaintext
10 lines
685 B
Plaintext
# fems-postgres/pg_hba.conf
|
|
# TYPE DATABASE USER ADDRESS METHOD
|
|
# "local" is for Unix domain socket connections only
|
|
# TYPE DATABASE USER ADDRESS METHOD
|
|
local all all scram-sha-256
|
|
host all all 127.0.0.1/32 scram-sha-256
|
|
host all all ::1/128 scram-sha-256
|
|
host all all 0.0.0.0/0 scram-sha-256
|
|
host all all 172.16.0.0/12 scram-sha-256
|
|
host all all 192.168.0.0/16 scram-sha-256 |