diff --git a/domain_cleaner.sh b/domain_cleaner.sh index 34eb906..edf2679 100644 --- a/domain_cleaner.sh +++ b/domain_cleaner.sh @@ -20,7 +20,7 @@ azul(){ echo -e "${BLUE}$1${NC}" } -domains=$(curl -s https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts | grep -v ^# | cut -d" " -f2) +domains=$(curl -s https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | grep -v ^# | cut -d" " -f2) for j in $domains; do output=$(dig @192.168.1.1 $j +short) if [ -z "$output" ];then