Actualizar 'domain_cleaner.sh'
This commit is contained in:
parent
2c4cf84bce
commit
f299f34452
|
@ -20,7 +20,7 @@ azul(){
|
||||||
echo -e "${BLUE}$1${NC}"
|
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
|
for j in $domains; do
|
||||||
output=$(dig @192.168.1.1 $j +short)
|
output=$(dig @192.168.1.1 $j +short)
|
||||||
if [ -z "$output" ];then
|
if [ -z "$output" ];then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user