From 6e778b0b72d9f9d5541837c344b1080af6bfb6ba Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 12 Jun 2023 13:22:18 +0000 Subject: [PATCH] Actualizar 'adblock_test.sh' --- adblock_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adblock_test.sh b/adblock_test.sh index 346110f..2c2fab7 100644 --- a/adblock_test.sh +++ b/adblock_test.sh @@ -26,7 +26,7 @@ if [ -z "$1" ] else dns=$1 fi -domains=$(curl -s https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts | grep -v \# | shuf -n 10 | cut -d" " -f2) +domains=$(curl -s https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts | grep -v ^# | shuf -n 10 | cut -d" " -f2) for j in $domains; do echo -e "${YELLOW}$j${NC}:" output=$(dig @$dns $j +short)