Files
pgsql/pg_hba.conf
T
2026-08-12 14:48:15 +01:00

9 lines
556 B
Plaintext

local all root scram-sha-256
local all adm scram-sha-256
host all root 0.0.0.0/0 reject
host all adm 0.0.0.0/0 reject
host all all 0.0.0.0/0 reject
host all root ::/0 reject
host all adm ::/0 reject
host all all ::/0 reject