You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
377 B

#!/bin/bash
echo "host all all 192.168.115.0/24 password" >> /var/lib/postgresql/data/pg_hba.conf
echo "host all all 10.252.252.0/24 password" >> /var/lib/postgresql/data/pg_hba.conf
echo "host all all 177.67.197.146/32 password" >> /var/lib/postgresql/data/pg_hba.conf
exec "$@"