Skip to content

Instantly share code, notes, and snippets.

@scottillogical
Created January 19, 2011 22:02
Show Gist options
  • Save scottillogical/786970 to your computer and use it in GitHub Desktop.
Save scottillogical/786970 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