My bad its iptables -L -v | grep Bluetackiptables: No chain/target/match by that name
iptables -I INPUT -p tcp --dport 80 -m string --string "Host: blacklisted.com" --algo bm -j DROP
It gets all the IPs returned ly nslookup (if you do nslookup login.live.com or nslookup yahoo.com) you'll see that there are multiple IPs returned. All of the IPs get loaded to the ipset. So at the time when the actual dns call is being made, the IP to which that dns resolves to, should already be in the ipset.it does lookup to get underlying resource ip
We use essential cookies to make this site work, and optional cookies to enhance your experience.