mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 18:10:44 +02:00
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
local all postgres peer
|
|
host all postgres 127.0.0.1/32 md5
|
|
host all postgres ::1/128 md5
|
|
|
|
local sameuser all md5
|
|
host sameuser all 127.0.0.1/32 md5
|
|
host sameuser all ::1/128 md5
|
|
|
|
local irc synapse md5
|