Skip to content

Commit 94f656b

Browse files
committed
Add 127.0.1.1 to NETW-2704 test
1 parent 6aecde7 commit 94f656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tests_networking

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
LogText "Found nameserver: ${I}"
132132
Report "nameserver[]=${I}"
133133
# Check if a local resolver is available (like DNSMasq)
134-
if [ "${I}" = "::1" -o "${I}" = "127.0.0.1" -o "${I}" = "0.0.0.0" ]; then
134+
if [ "${I}" = "::1" -o "${I}" = "127.0.0.1" -o "${I}" = "127.0.1.1" -o "${I}" = "0.0.0.0" ]; then
135135
LOCAL_DNSRESOLVER_FOUND=1
136136
fi
137137
if [ ! -z "${DIGBINARY}" ]; then

0 commit comments

Comments
 (0)