ASKER
FOR /L %i IN (1,1,100) DO (
nslookup -server SERVERADDRESS %.dummy.google.com
) > logfile 2>logfile
which should produce 100 NXDOMAIN responsesThe Domain Name System (DNS) is a hierarchical, globally distributed system responsible for associating the name of a computer, service or other resource into an IP address for connecting to the Internet or a private network. Most prominently, it translates domain names to the numerical IP addresses needed for the purpose of computer services and devices worldwide.
TRUSTED BY
ASKER