Configure PostgreSQL to work for only LOCALHOST or specified ip + port

Viewed 45267

I want to configure PostgreSQL to accept connections only from a specified IP. It should not accept requests from any other IP.

3 Answers
Related