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.481.260 Times

Dns Optimizer freeware
Filter: All | Freeware | Demo
 

Dns Optimizer

1 2 3 4 5 > 
Added: August 26, 2006 | Visits: 5.197

Bar Cut Optimizer & Manager Bar Cut Optimizer & Manager description: minimizes wasted materials, reuses stubs, detailed html output reports for cutting (cutting layouts, costs, bars that have to be bought, statistics), detailed output reports of current stocks, unlimited different parts to cut, unlimited different... Platforms: Windows

License: Freeware Size: 490 KB Download (848): Bar Cut Optimizer & Manager Download

Released: June 06, 2004  |  Added: November 02, 2006 | Visits: 3.212

Zilla WinCleaner N' Optimizer Zilla WinCleaner N' Optimizer is like having your own personal cleaning company for your Windows® computer. Like a professional cleaner, the program knows exactly what kind of dirt to look for, where to find it & how to get rid of it efficiently & without damaging anything else on your PC. Has 9... Platforms: Windows

License: Freeware Size: 8.82 MB Download (733): Zilla WinCleaner N' Optimizer Download

Released: March 25, 2008  |  Added: March 27, 2008 | Visits: 2.842

Computer Optimizer Computer Optimizer is an easy-to-use tweaker that can boost your computer performance by defragmentation, clean it from junk and do antivirus check. Background Optimizer automatically optimizes computer while it's idle. For example, you got distracted: went for lunch, having some tea, having... Platforms: OS/2, Windows, Mac, *nix, Palm OS, Windows CE, Pocket PC

License: Freeware Size: 2.04 MB Download (682): Computer Optimizer Download

Released: May 29, 2008  |  Added: June 06, 2008 | Visits: 4.588

PC Health Optimizer Free Edition Are you sick and tired of slow PC performance? Do you wish your computer ran like it did when you first bought it? Since your computer is like any other machine, it needs maintenance to stay in top health. And here's how we can help. There is no catch. This software is spyware and adware free.... Platforms: Windows

License: Freeware Size: 10.76 MB Download (838): PC Health Optimizer Free Edition Download

Added: November 26, 2010 | Visits: 1.136

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.158

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.028

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: July 20, 2010 | Visits: 1.689

DNS Flood Detector DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting (among other things) the use of ones nameserver to facilitate spam. DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming dns queries to a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (227): DNS Flood Detector Download

Added: February 24, 2010 | Visits: 1.294

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.072

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.122

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: 985

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.402

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.385

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: October 03, 2010 | Visits: 876

Net::DNS::TestNS Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to... Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Net::DNS::TestNS Download

Added: September 15, 2010 | Visits: 2.126

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: 886

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.266

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: February 28, 2010  |  Added: March 04, 2010 | Visits: 2.019

Aiseesoft Registry Optimizer Aiseesoft Registry Optimizer is a fantastic system cleaner that helps maintain the integrity of your Windows Registry by clean junk files and safely repairs registry errors. Also it can serve as a privacy protector to clean up the record history. All these valuable functions can help you protect... Platforms: Windows

License: Freeware Size: 8.19 MB Download (285): Aiseesoft Registry Optimizer Download

Released: April 24, 2014  |  Added: July 06, 2014 | Visits: 4.027

Registry Optimizer Free Registry Optimizer Free is an excellent free registry optimizer suite. With the registry diagnosis, clean, repair functions and several additional utilities, it's highly valued for the entire requirements of registry repair, privacy protection and system optimization. Registry Optimizer Free is... Platforms: Windows, Windows 7

License: Freeware Size: 3.62 MB Download (340): Registry Optimizer Free Download

1 2 3 4 5 >