mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Disable name resolution in iptables check (#2235)
This commit is contained in:
parent
e4eca00b25
commit
5cb1815972
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue