Skip to content
Snippets Groups Projects
Verified Commit ca2010af authored by Nico's avatar Nico
Browse files

fix missing gluon-wan lookup

parent ae0e46a3
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ if [ -z "$GITSEG" ]; then ...@@ -34,7 +34,7 @@ if [ -z "$GITSEG" ]; then
fi fi
if [ -z "$GITSEG" ]; then if [ -z "$GITSEG" ]; then
DNSERR=$(nslookup ${DNSREQ} ::1 2>&1) DNSERR=$(gluon-wan nslookup ${DNSREQ} 2>&1)
logger -t $ME "DNS not working: $DNSERR" logger -t $ME "DNS not working: $DNSERR"
logger -t $ME "DNS settings: $(cat /var/gluon/wan-dnsmasq/resolv.conf)" logger -t $ME "DNS settings: $(cat /var/gluon/wan-dnsmasq/resolv.conf)"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment