1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Disable name resolution in iptables check (#2235)

This commit is contained in:
Casper
2021-10-03 12:41:35 +02:00
committed by GitHub
parent e4eca00b25
commit 5cb1815972

View File

@ -3,7 +3,7 @@
# shellcheck source=../scripts/helper-functions.sh
. /usr/local/bin/helper-functions.sh
if ! IPTABLES_OUTPUT=$(iptables -L 2>&1)
if ! IPTABLES_OUTPUT=$(iptables -L -n 2>&1)
then
echo "IPTables is not functioning correctly. The output of \`iptables -L\` was: