PostgreSQL - Roles and Security
You want to enforce SCRAM authentication only for users connecting from the local network (192.168.0.0/16) and allow password authentication (md5) for others. Which two lines in
pg_hba.conf achieve this correctly?