From 32ab61ed6da2f60801896844569c683d27c074d2 Mon Sep 17 00:00:00 2001 From: Daniel Fayette Date: Sun, 14 Feb 2016 09:21:24 -0600 Subject: [PATCH] Removed tesing IP --- advanced/Scripts/check-functionality.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/check-functionality.sh b/advanced/Scripts/check-functionality.sh index a69a49c5..9d018aba 100755 --- a/advanced/Scripts/check-functionality.sh +++ b/advanced/Scripts/check-functionality.sh @@ -15,7 +15,7 @@ goodListNames="google-public-dns-a.google.com google-public-dns-b.google.com" # Accepts 1 argument which is a host to resolve. verifyHostAddress() { status="" - ip=`nslookup $1 192.168.100.122 | grep ^"Address:" | tail -1 | cut -d: -f2 | sed 's/ //g'` + ip=`nslookup $1 | grep ^"Address:" | tail -1 | cut -d: -f2 | sed 's/ //g'` if [[ $ip == $piholeIP ]]; then status="pi-hole IP"