We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca500f9 + 51de803 commit f1a3c2eCopy full SHA for f1a3c2e
packages/buildroot/config/board/pg-browser/rootfs_overlay/var/lib/pgsql/pg_hba.conf
@@ -96,3 +96,6 @@ host all all ::1/128 trust
96
local replication all trust
97
host replication all 127.0.0.1/32 trust
98
host replication all ::1/128 trust
99
+# Allow connections from the outside world
100
+host all all 0.0.0.0/0 md5
101
+host all all ::/0 md5
packages/buildroot/config/board/pg-browser/rootfs_overlay/var/lib/pgsql/postgresql.conf
@@ -57,7 +57,7 @@
57
58
# - Connection Settings -
59
60
-#listen_addresses = 'localhost' # what IP address(es) to listen on;
+listen_addresses = '*' # what IP address(es) to listen on;
61
# comma-separated list of addresses;
62
# defaults to 'localhost'; use '*' for all
63
# (change requires restart)
0 commit comments