pg_hba.conf.patch 472 B

12345678
  1. @@ -91,3 +91,7 @@
  2. local replication all trust
  3. host replication all 127.0.0.1/32 trust
  4. host replication all ::1/128 trust
  5. +
  6. +# All IPv4 and IPv6 connections allowed and trusted (don't run this on an IP oustide the local net
  7. +host all all 0.0.0.0/0 md5
  8. +host all all ::0/0 md5