Actualizar 'domain_cleaner.sh'

This commit is contained in:
borekon 2023-06-20 11:52:07 +00:00
parent 2c4cf84bce
commit f299f34452

View File

@ -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