notes/db/sql/postgres/inst/pg_hba.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

14 строки
554 B
Plaintext

/var/lib/posgres/data/pg_hba.conf
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 0.0.0.0/0 md5
#host all all 10.9.0.0/24 md5
#host all all 10.9.202.193/32 md5
# IPv6 local connections:
host all all ::1/128 md5
# "local" is for Unix domain socket connections only
local all all trust