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.
 
 
 
 
 

5 lines
368 B

#!/bin/sh
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