Ports Search

Results 4150 of 293 for /dns/.(0.009 seconds)
dns/ldapdns-2.07 (Score: 0.39048713)
LDAP-backed DNS server
ldapdns is a lightweight, high performance DNS server which utilizes LDAP as its backend. It was originally based on djbdns, and strives to maintain the same goals of performance, security and simplicity.
net/ldap2dns-0.4.2 (Score: 0.38679653)
Maintain DNS zones using an LDAP directory
From the website: ldap2dns is a program to create DNS (Domain Name Service) records directly from a LDAP directory. ldap2dns is designed to write ASCII data files used by tinydns from the djbdns package, but also may be used to write .db-files used by named as found in the BIND package.
dns/dualserver-6.94 (Score: 0.38234943)
Combined DHCP/DNS server for small LANs
Combined DHCP/DNS Server for Small LAN. Dynamic DHCP allocates/renew host addresses while Caching DNS Server first try resolving from DHCP allotted names then from Cache then only forwarding to External DNS Servers. Auto Config and auto Dynamic DNS update.
dns/libdjbdns-1.05 (Score: 0.38209897)
Public domain DNS client library
This port contains a subset of djbdns (net/djbdns) - a DNS client library released to the public domain by its author. The library was packaged by Gerrit Pape. The port contains both static and shared versions of the DNS client library.
dns/dnscap-134 (Score: 0.3784765)
DNS network traffic capture utility
dnscap is a network capture utility designed specifically for DNS traffic. It normally produces binary data in pcap(3) format, either on standard output or in successive dump files (based on the -w command line option.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces.
dns/sheerdns-1.04 (Score: 0.37210366)
Lightweight, simple, and fast master DNS server
sheerdns is a master DNS server whose zone records are stored on a one-record-per-file bases. Because of this, sheerdns is likely the simplest DNS to configure, use, update, and operate. It's especially efficient for networks with frequent updates -- serving DHCP, for example. Updates to the zones are immediate, and do not require restarting sheerdns. SheerDNS is a good candidate for creating and RBL for mail, or web sites, as well as for providing DNS on embeded systems. Or anything else that requires a fast DNS, with very low overhead.
dns/dlint-1.4.1 (Score: 0.3513477)
Lint for DNS zones (Domain Name Server zone verification utility)
`dlint' is a Domain Name Server zone verification utility. `dlint' analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings. Then it descends recursively to examine all zones below the given one (this can be disabled with a command- line option). You can run dlint on your own domains, or on somebody else's, because it uses the standard DNS network protocol. Dlint is very useful since most nameservers do no more than syntax-check your database files. Dlint's messages are very informative and suggest ways to fix the problems, not just complain about them.
dns/totd-1.5.1 (Score: 0.34754327)
DNS proxy that supports IPv6 <==> IPv4 record translation
Totd is a small DNS proxy nameserver that supports IPv6 only hosts/networks that communicate with the IPv4 world using some translation mechanism. Examples of such translation mechanisms currently in use are: * IPv6/IPv4 Network Address and Packet Translation (NAT-PT) implemented e.g. by Cisco. * Application level translators as the faithd implemented by the KAME project (http://www.kame.net). See faithd(8) on *BSD/Kame.
dns/fastresolve-2.10 (Score: 0.33959454)
Programs to get DNS and domain ownership information from web logs
Fastresolve is a package of programs to process web log files to get DNS and domain ownership information for log analysis. It sends out many queries in parallel, and caches results, for speed. Its DNS resolver is about 10 times as fast as logresolve.pl from the Apache 1.3.9 distribution, and about 50 times as fast as logresolve.c from that distribution. It is 5-20 times as fast as the adnslogres program that comes with the adns library, and about 3 times as fast as jdresolve, which is a Perl program that uses similar algorithms.
dns/nsping-0.8 (Score: 0.32796365)
DNS "ping"
from nsping.8: Nsping uses DNS queries to monitor reachability and operation of name- servers, as well as the latency of DNS queries. It does this by sending random recursive DNS queries to the nameserver (avoiding the effects of DNS caching) and measuring the amount of time between the sending of the query and the receipt of the response packet.