From ace92d1edb3f51778e3874f9be8a64119e612fc4 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 14 Apr 2016 23:09:57 -0700 Subject: [PATCH] Display resolved IP --- cgi-bin/ping? | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi-bin/ping? b/cgi-bin/ping? index 73528af..f2c914e 100755 --- a/cgi-bin/ping? +++ b/cgi-bin/ping? @@ -1 +1,2 @@ +echo "$1 resolved to $(host "$1")" ping -c 1 -w 3 -q "$1" >/dev/null -- 2.47.3