Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.062 Times

Thousands Dns Queries freeware
Filter: All | Freeware | Demo
 

Thousands Dns Queries

< 1 2 3 4 5 > 
Released: November 23, 2015  |  Added: December 09, 2015 | Visits: 1.126

CSS Sprites Generator One of the most important guidelines of onpage SEO (search-engine-optimization) and in order for your webpage to load faster is that you use CSS Image Sprites for your webpage's images. This means that you do not insert a lot of images in your HTML code but combine them into one and you... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.11 MB Download (57): CSS Sprites Generator Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 668

DNS Benchmark DNS Benchmark is a unique, comprehensive and accurate application to determine the exact performance of local and remote DNS nameservers. This DNS Benchmark will give you visibility into what's going on with your system's currently assigned DNS servers by automatically comparing their performance... Platforms: Windows

License: Freeware Size: 164 KB Download (60): DNS Benchmark Download

Added: October 14, 2006 | Visits: 3.167

Pivo DnsResolver Dns Resolver is used to queries DNS servers for host information and programmatically query DNS servers for information, without having to worry about complex packet parsing. It easily returns information in a humanly readable form. It allows you to programmatically perform DNS record lookups.It... Platforms: Windows, *nix

License: Freeware Size: 232 KB Download (542): Pivo DnsResolver Download

Added: November 26, 2010 | Visits: 1.134

DNS::Zone DNS::Zone contains a collection of Perl modules which provide an abstraction of name service zones as well as server specific adaptors for concrete file representations. The modules origin is the ZoneMaster project which make heavy use of the module for comprehensive zone file management. Go to... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): DNS::Zone Download

Added: January 13, 2010 | Visits: 1.157

DNS::Config DNS::Config is a Perl module with DNS Configuration. SYNOPSIS use DNS::Config; my $config = new DNS::Config(); $config->debug(); ABSTRACT This class represents a configuration for a domain name service daemon (DNS). A domain name service daemon configuration knows about the zone... Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): DNS::Config Download

Added: October 18, 2010 | Visits: 1.026

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: February 24, 2010 | Visits: 1.292

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: July 01, 2010 | Visits: 2.071

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

Added: May 11, 2010 | Visits: 1.121

POP3 DNS updater popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool. After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their... Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): POP3 DNS updater Download

Added: May 26, 2010 | Visits: 984

Net::DNS Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. To read about the latest features, see the Changes... Platforms: *nix

License: Freeware Size: 133.12 KB Download (111): Net::DNS Download

Added: February 16, 2010 | Visits: 1.400

Blahz-DNS Blahz-DNS is PHP/MySQL based DNS (BIND 9/tinydns) administration with support for primary and secondary zones, user authentication, User and Admin account types (with read-only versions), and restricted access for user accounts to certain primary and secondary zones. Whats New in This Release:... Platforms: *nix

License: Freeware Size: 23.55 KB Download (101): Blahz-DNS Download

Added: January 07, 2010 | Visits: 1.383

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a... Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Added: September 15, 2010 | Visits: 2.125

DNS Blacklist Packet Filter 0.6 DNS Blacklist Packet Filter project is a Linux netfilter client that decides whether to accept or drop packets based on the results of a DNS blacklist query (such as MAPS, SORBS, or SPEWS, to name a few). One use is to filter all incoming SMTP SYN packets for spam filtering.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (312): DNS Blacklist Packet Filter 0.6 Download

Added: July 05, 2010 | Visits: 884

DNS::ZoneParse DNS::ZoneParse is a Perl module to parse and manipulate DNS Zone Files. SYNOPSIS use DNS::ZoneParse; my $zonefile = DNS::ZoneParse->new("/path/to/dns/zonefile.db", $origin); # Get a reference to the MX records my $mx = $zonefile->mx; # Change the first mailserver on the list $mx->[0]... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): DNS::ZoneParse Download

Added: August 09, 2010 | Visits: 1.265

Net::DNS::Sendmail Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. Which will basically act as a primitive sendmail MTA. SYNOPSIS use Net::DNS::Sendmail; # Constructors $smtp = Net::DNS::Sendmail->new(); $smtp->to("john@gmail.com, mary@yahoo.com, goliath@hotmail.com");... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Net::DNS::Sendmail Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 885

No-IP Dynamic DNS Update Client (DUC) for Mac OS Sits in the background and monitors your current WAN IP address and updates the DNS associated with your No-IP account when your IP address changes. Update multiple hosts asscociated with your account. Simply select which hosts in your account you want updated and you are ready to go! The... Platforms: Mac

License: Freeware Size: 7.2 MB Download (433): No-IP Dynamic DNS Update Client (DUC) for Mac OS Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 726

Java DNS Component Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it can actually do for you! for WindowsAll Platforms: Windows

License: Freeware Download (54): Java DNS Component Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 719

Acrylic DNS Proxy Acrylic is a local DNS proxy which improves the performance of your computer by caching the responses coming from your DNS servers. When you browse a Web page a portion of the loading time is dedicated to name resolution (usually from a few milliseconds to 1 second or even more) while the rest... Platforms: Windows

License: Freeware Size: 399 KB Download (52): Acrylic DNS Proxy Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 632

DNS Blacklist Address Diagnosis You can type in the IP address of a potential spammer and determine whether they would be rejected by MailEnable's Reverse DNS Blacklisting feature. Give DNS Blacklist Address Diagnosis a try to see what it's all about! Platforms: Windows

License: Freeware Size: 10 KB Download (54): DNS Blacklist Address Diagnosis Download

Released: December 08, 2012  |  Added: March 09, 2013 | Visits: 975

Dynu Basic Dynamic DNS Client Dynu Basic Dynamic DNS client uses true dynamic DNS client/server technology to fix a static domain name to a dynamic IP address. While this service is free, it allows Internet users with modems to host Web, FTP, mail and game servers, or other TCP/IP services from a home PC.If you have a cable... Platforms: Windows

License: Freeware Size: 898.44 KB Download (95): Dynu Basic Dynamic DNS Client Download

< 1 2 3 4 5 >