mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01: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
|