You've already forked docker-mailserver
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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user