diff --git a/config/postgresql/APKBUILD b/config/postgresql/APKBUILD index 98a8409..35ff5b0 100644 --- a/config/postgresql/APKBUILD +++ b/config/postgresql/APKBUILD @@ -3,7 +3,7 @@ . ../APKBUILD-config.template -pkgver=2021.06.01.03 +pkgver=2021.06.02.01 pkgrel=0 depends="postgresql-contrib" source=" @@ -19,6 +19,6 @@ package() { sha512sums=" ee33ef1dd1e2afaea8336e94fd754c3ed5eff7d312de233fbbbf8371d736b1bec03d8c436d8b9360e04048b4548c3d3d488ca940c63b8e5645d143298b9fce18 postgresql.conf -fc4faccaf8d8a7e0a683e20b959a0ca1c6aa8b190ab1e5f1568deb9483329e82a43264ff676845eeafd4f6c8d812ce2648702ba3ea52de4eadff8dbafece274b pg_hba.conf +5fbe3051fd563b1afbbd00e64a7923c415206522984790345cb161e0f3a96c24c46126fc0ad0ac0a28e1047b9d2cef6bfc5446abf5b1d42534a44e99a71a416e pg_hba.conf cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e pg_ident.conf " diff --git a/config/postgresql/pg_hba.conf b/config/postgresql/pg_hba.conf index 21463c5..9bed921 100644 --- a/config/postgresql/pg_hba.conf +++ b/config/postgresql/pg_hba.conf @@ -1,8 +1,8 @@ local all postgres trust -host murmur murmur 0200::/7 md5 -host grafana grafana 0200::/7 md5 -host gitea gitea 0200::/7 md5 -host mail dovecot 0200::/7 md5 -host mail postfix 0200::/7 md5 +host murmur murmur 10.10.0.0/16 md5 +host grafana grafana 10.10.0.0/16 md5 +host gitea gitea 10.10.0.0/16 md5 +host mail dovecot 10.10.0.0/16 md5 +host mail postfix 10.10.0.0/16 md5 host all telegraf 127.0.0.1/32 md5 host all telegraf ::1/128 md5