Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created June 22, 2012 22:53
Show Gist options
  • Save igorgue/2975630 to your computer and use it in GitHub Desktop.
Save igorgue/2975630 to your computer and use it in GitHub Desktop.
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment