Ports 搜索

共有293项符合/dns/的查询结果,以下是第141150项(搜索用时0.008秒)
dns/adns-1.5.1 (Score: 0.22821459)
Easy to use asynchronous-capable DNS client library and utilities
adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it has the following features: * It is reasonably easy to use for simple programs which just want to translate names to addresses, look up MX records, etc. * It can be used in an asynchronous, non-blocking, manner. Many queries can be handled simultaneously. Technical note: adns requires a real nameserver like BIND or Dents running on the same system or a nearby one, which must be willing to provide `recursive service'. I.e., adns is a `stub resolver'.
dns/ldns-1.6.17 (Score: 0.22821459)
Library for programs conforming to DNS RFCs and drafts
dns/ldns-1.6.17 (Score: 0.22821459)
Library for programs conforming to DNS RFCs and drafts
dns/dnscheckengine-1.1 (Score: 0.2164614)
DNS checker from the folks that run the .SE top level domain
DNSCheck is a program that is designed to help people check, measure and hopefully also understand the workings of the Domain Name System. When used to check an domain (aka zone) is submitted to DNSCheck, it will investigate the general health by performing various tests and sanity checks.
sysutils/liburcu-0.7.13 (Score: 0.21208821)
Userspace read-copy-update (RCU) data synchronization library
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.
dns/nsd-4.1.12 (Score: 0.21043181)
Authoritative only non-recursive name server
NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver.
dns/djbdns-1.05 (Score: 0.20494111)
Resolver tools from djbdns package
This port contains a subset of the DJBDNS package. It includes several useful Domain Name System (DNS) tools: - dnsfilter: a parallel IP-address-to-host-name converter - dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line interfaces to DNS - dnsq, dnstrace, dnstracesort: DNS debugging tools
dns/ghtool-1.0 (Score: 0.20494111)
Command-line interface to the resolver library
To quote from the SourceForge project description: gh-tool is a command-line interface to gethostby*, in libresolv/libc. It allows one to check the local system's notion of an IP->DNS or DNS->IP mapping, including aliases, directly, rather than digging for mappings in DNS, which may or may not be relevant.
dns/curvedns-0.88.b (Score: 0.20018603)
Forwarder adding DNSCurve to an authoritative nameserver
CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it's the first publicly released forwarding implementation that implements the DNSCurve protocol.
dns/pycares-2.1.0 (Score: 0.20018603)
Python interface to c-ares
pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously.