Latest recipes tagged "dns"http://code.activestate.com/recipes/tags/dns/new/2014-07-31T17:11:03-07:00ActiveState Code RecipesMultiple host/ip DNS resolution - mass_nslookup.pl (Perl)
2014-07-31T17:11:03-07:00Brett Carrollhttp://code.activestate.com/recipes/users/4174322/http://code.activestate.com/recipes/578915-multiple-hostip-dns-resolution-mass_nslookuppl/
<p style="color: grey">
Perl
recipe 578915
by <a href="/recipes/users/4174322/">Brett Carroll</a>
(<a href="/recipes/tags/address/">address</a>, <a href="/recipes/tags/digg/">digg</a>, <a href="/recipes/tags/dns/">dns</a>, <a href="/recipes/tags/hostname/">hostname</a>, <a href="/recipes/tags/ip/">ip</a>, <a href="/recipes/tags/nslookup/">nslookup</a>, <a href="/recipes/tags/perl/">perl</a>).
</p>
<p>Parse a text file containing a list of IP Addresses or hostnames (one per line) and print out the corresponding IP Address or hostname resolved by DNS.</p>
Reverse DNS zone file generator (Python)
2010-04-13T14:04:46-07:00Timothy Makobuhttp://code.activestate.com/recipes/users/4165901/http://code.activestate.com/recipes/576560-reverse-dns-zone-file-generator/
<p style="color: grey">
Python
recipe 576560
by <a href="/recipes/users/4165901/">Timothy Makobu</a>
(<a href="/recipes/tags/dns/">dns</a>, <a href="/recipes/tags/isp/">isp</a>, <a href="/recipes/tags/reverse_dns/">reverse_dns</a>, <a href="/recipes/tags/reverse_dns_zone_file/">reverse_dns_zone_file</a>, <a href="/recipes/tags/zone_file/">zone_file</a>).
Revision 2.
</p>
<p>Generates reverse DNS zone files for a given subnet.</p>