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

Change Dns freeware
Filter: All | Freeware | Demo
 

Change Dns

1 2 3 4 5 > 
Released: January 31, 2014  |  Added: February 17, 2014 | Visits: 826

ChrisPC DNS Switch ChrisPC DNS Switch provides you a simple but effective graphic user interface to select the network adapter/card and change its corresponding DNS with the selected DNS from the preset lists or with a custom DNS. Features are diverse and give you the possibility to maintain your DNS database....



Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.14 MB Download (62): ChrisPC DNS Switch Download

Added: July 05, 2010 | Visits: 876

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: November 26, 2010 | Visits: 1.130

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

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

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

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

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

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

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

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

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

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

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

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: August 09, 2010 | Visits: 1.263

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

Added: November 18, 2010 | Visits: 1.235

Gnome Desktop Change Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Its totally written in C++, it uses FAM (File Alteration Monitor) to detect changes into directory that contains picture...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (152): Gnome Desktop Change Download

Released: July 22, 2010  |  Added: August 09, 2010 | Visits: 1.626

TCP Profiles Manager TCP Profiles Manager is a utility to easily change local IP address, subnet mask, network, gateway, DNS ... all without rebooting.You can store multiple profiles per network interface (ex : MyHome, MyOffice...).Useful when you connect to multiple networks, it supports DHCP and is very easy to...


Platforms: Windows

License: Freeware Size: 1.44 MB Download (173): TCP Profiles Manager Download

Released: June 25, 2011  |  Added: January 03, 2012 | Visits: 1.398

Automatic Wallpaper Change Software Automatic Desktop Background Change Software - is the application for wallpaper automatic change! Auto wallpaper changer can start automatically at system boot, as a hidden application or an application in system tray (left bottom corner of the screen).


Platforms: Windows

License: Freeware Size: 324 KB Download (95): Automatic Wallpaper Change Software Download

Released: September 01, 2013  |  Added: October 08, 2013 | Visits: 1.101

Netwrix VMware Change Reporter Change auditing is an important process of controlling the management of your virtual environment. Erroneous and unauthorized changes can cause unexpected failures and unplanned outages, and usually occur every day in organizations where many IT professionals manage all aspects of virtual...


Platforms: Windows

License: Freeware Size: 43.08 MB Download (115): Netwrix VMware Change Reporter Download

Released: April 01, 2014  |  Added: April 27, 2014 | Visits: 1.581

Netwrix Active Directory Change Reporter Active Directory change auditing is an important procedure for limiting unauthorized changes and errors to AD configuration. One single change can put your organization at risk, introducing security breaches and compliance issues. Built-in Active Directory auditing lacks many important features...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.26 MB Download (142): Netwrix Active Directory Change Reporter Download

1 2 3 4 5 >