Hacker News new | ask | show | jobs
by dillonmckay 2139 days ago
Do you whitelist IPs for the Postgres port?

It should not be publicly accessible to the world.

You could also tunnel it over ssh and map the port.

1 comments

At least in AWS tunneling through SSH suddenly makes it not cheap anymore - I have currently gone with the whitelisted IP list for personal projects.