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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: