From f299f34452f9ce1b6b9b7a596475c99eb3e7c281 Mon Sep 17 00:00:00 2001 From: borekon Date: Tue, 20 Jun 2023 11:52:07 +0000 Subject: [PATCH] Actualizar 'domain_cleaner.sh' --- domain_cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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