9 lines
556 B
Plaintext
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
|