mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 13:00:11 -08:00
d9a68455a8
Update names Fix pcre url Please not configs are not tested Revert changes
12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
# "local" is for Unix domain socket connections only
|
|
local all all ident
|
|
|
|
# IPv4 local connections:
|
|
host all all 127.0.0.1/32 md5
|
|
|
|
# IPv6 local connections:
|
|
host all all ::1/128 md5
|
|
|
|
# Others
|
|
host all all 0.0.0.0/0 md5
|