From a5c7d200fcd768b4fbc86b3f2ad3863172371430 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 28 Nov 2020 04:21:55 -0700 Subject: [PATCH] note that rDNS resolution turned off --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 96539e5..19c8a91 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -57,6 +57,7 @@ chown -R mysql:mysql /var/lib/mysql # skip DNS reverse name resolution if option is set (default) if [ "$MYSQL_SKIP_NAME_RESOLVE" = 'TRUE' ]; then + printf "Turning reverse DNS name resolution OFF" sed -i '/^\[mysqld\]$/a skip-name-resolve' /etc/my.cnf.d/mariadb-server.cnf fi