We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aecde7 commit 94f656bCopy full SHA for 94f656b
include/tests_networking
@@ -131,7 +131,7 @@
131
LogText "Found nameserver: ${I}"
132
Report "nameserver[]=${I}"
133
# 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
+ if [ "${I}" = "::1" -o "${I}" = "127.0.0.1" -o "${I}" = "127.0.1.1" -o "${I}" = "0.0.0.0" ]; then
135
LOCAL_DNSRESOLVER_FOUND=1
136
fi
137
if [ ! -z "${DIGBINARY}" ]; then
0 commit comments