From ce1318ca6a0432ae2995d57a83c2a4f239920c5a Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Sun, 4 Jun 2017 01:15:25 +1000 Subject: [PATCH] Changed DIG records --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index e346ac1..ad48388 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -78,7 +78,7 @@ while running == 1: dig(inInput, "MX") dig(inInput, "TXT") dig(inInput, "NS") - dig(inInput, "ANY") + dig(inInput, "SRV") dig(inInput, "SOA") #whois(inInput)