Today I created the PERL script to check if the DNS is resolve by other DNS servers To do that you will need create the <b>checkdns.pl</b> file #nano checkdns.pl And paste the below code: #!/usr/bin/perl $file=$ARGV[0]; chomp($file); @list = `cat…
Today I created the PERL script to check if the DNS is resolve by other DNS servers To do that you will need create the <b>checkdns.pl</b> file #nano checkdns.pl And paste the below code: #!/usr/bin/perl $file=$ARGV[0]; chomp($file); @list = `cat…