diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/whereis | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/hydra/whereis b/share/hydra/whereis index 5539b7c..ec34e34 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -33,7 +33,6 @@ elif [ -z "$DOMAIN" ]; then fi # Puppet config -echo "----------------------------------------------------------------------------------" echo "Puppet config at $PUPPET" echo "----------------------------------------------------------------------------------" echo "" @@ -61,7 +60,6 @@ fi # DNS config if [ -e "$HYDRA_FOLDER/dns/$DOMAIN.conf" ]; then echo "" - echo "----------------------------------------------------------------------------------" echo "DNS configuration at $HYDRA_FOLDER/dns/$DOMAIN.conf" echo "----------------------------------------------------------------------------------" echo "" @@ -79,7 +77,6 @@ fi # DNS echo "" -echo "----------------------------------------------------------------------------------" echo "DNS response" echo "----------------------------------------------------------------------------------" echo "" @@ -88,7 +85,6 @@ dig +noauthority +nocomments +nocmd +nostats +noadditional $LAYER.$DOMAIN # GeoIP if which geoiplookup &> /dev/null; then echo "" - echo "----------------------------------------------------------------------------------" echo "GeoIP response" echo "----------------------------------------------------------------------------------" echo "" |