Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第13,07113,080项(搜索用时0.011秒)
dns/djbdns-1.05 (Score: 9.2878623E-4)
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/dnsreflector-1.02 (Score: 9.2878623E-4)
Listens for DNS queries on a UDP port and change the answer
The dnsreflector daemon listens for DNS queries on a local UDP port and answers with records pointing back to localhost. Combined with packet filter pf(4) this works as a bandwidth efficient spamtrap.
dns/dnsproxy-1.16 (Score: 9.2878623E-4)
proxy for DNS queries
The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to two previously configured nameservers: one for authoritative queries and another for recursive queries. The received answers are sent back to the client unchanged. No local caching is done.
dns/ghtool-1.0 (Score: 9.2878623E-4)
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/libasyncns-0.7 (Score: 9.2878623E-4)
C library for executing DNS queries asynchronously (Linux Fedora 10)
libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of UNIX signals for reporting completion of name queries. Instead, the API exports a standard UNIX file descriptor which may be integerated cleanly into custom main loops. In contrast to asynchronous DNS resolving libraries like libdenise, skadns, adns, libasyncns is just an asynchronous wrapper around the libc's synchronous getaddrinfo() API, which has the advantage of allowing name resolution using techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name Service Switch) modules. libasyncns is compatible with IPv6 if the underlying libc is. libasyncns is very tiny, consisting of just one header and one source file. It has no dependencies besides libc.
dns/dns-2.0.0 (Score: 9.2878623E-4)
DNS library in Haskell
A thread-safe DNS library for both clients and servers written in pure Haskell.
dns/gen6dns-1.2 (Score: 9.2878623E-4)
Tool to generate static DNS records for IPv6 hosts using SLAAC
gen6dns is a tool to generate static DNS records (AAAA and PTR) for hosts using Stateless Address Autoconfig (SLAAC). If you have a list of hostnames, mac addresses and ipv6 subnets gen6dns generates the appropriate AAAA and PTR records for you. It supports different scopes and the generation of view (split) specific files.
dns/mdnsd-0.7G (Score: 9.2878623E-4)
Advertise a service via Rendezvous
mdnsd is a very lightweight, simple, portable, and easy to integrate open source implementation of Multicast DNS (part of Zeroconf, also called Rendezvous by Apple) for developers. It supports both acting as a Query and a Responder, allowing any software to participate fully on the .localnetwork. -- Dan Pelleg daniel+mdnsd@pelleg.org
dns/libdjbdns-1.05 (Score: 9.2878623E-4)
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/libidn2-0.10 (Score: 9.2878623E-4)
Implementation of IDNA2008 internationalized domain names
Libidn2 is an implementation of IDNA2008 internationalized domain names.